부대후방발령 버그 수정
This commit is contained in:
@@ -360,7 +360,7 @@ class GeneralAI
|
|||||||
$troopCandidate = [];
|
$troopCandidate = [];
|
||||||
foreach($this->troopLeaders as $troopLeader){
|
foreach($this->troopLeaders as $troopLeader){
|
||||||
$leaderID = $troopLeader->getID();
|
$leaderID = $troopLeader->getID();
|
||||||
if(key_exists($leaderID, $this->nationPolicy->CombatForce)){
|
if(!key_exists($leaderID, $this->nationPolicy->SupportForce)){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$currentCityID = $troopLeader->getCityID();
|
$currentCityID = $troopLeader->getCityID();
|
||||||
|
|||||||
Reference in New Issue
Block a user