From 3cbf1eba3078f7758438925a9494de5e43bc54b8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 8 Dec 2021 01:54:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20AI=20=EC=9C=A0=EC=A0=80=EC=9E=A5=20?= =?UTF-8?q?=ED=8F=AC=EC=83=81=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 9e7ee1b9..ca1accb7 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -1331,7 +1331,7 @@ class GeneralAI $enoughMoney = $reqHumanMinDevelRes * 1.2; } - if ($targetUserGeneral->getVar($resName) >= $reqMoney) { + if ($targetUserGeneral->getVar($resName) >= $enoughMoney) { continue; } //국고와 '충분한 금액'의 기하평균