부대후방발령 버그 수정

This commit is contained in:
2020-04-30 13:44:42 +09:00
parent 58fd8e3c7f
commit b77a11bfc2
+1 -1
View File
@@ -360,7 +360,7 @@ class GeneralAI
$troopCandidate = [];
foreach($this->troopLeaders as $troopLeader){
$leaderID = $troopLeader->getID();
if(key_exists($leaderID, $this->nationPolicy->CombatForce)){
if(!key_exists($leaderID, $this->nationPolicy->SupportForce)){
continue;
}
$currentCityID = $troopLeader->getCityID();