From b77a11bfc237aaa18bc75987cfef54851a4d6910 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 30 Apr 2020 13:44:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EB=8C=80=ED=9B=84=EB=B0=A9=EB=B0=9C?= =?UTF-8?q?=EB=A0=B9=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index a76d2624..b26a4925 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -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();