From fac8536095b282b78ff5581cea8853e16ea8ad12 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 9 Aug 2022 02:04:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8F=84=EC=8B=9C=20=EB=B9=84=EC=A4=91?= =?UTF-8?q?=20=EA=B3=84=EC=82=B0=EC=8B=9D=EC=97=90=EC=84=9C=20'=EC=A2=85?= =?UTF-8?q?=EC=82=AC'=20=EB=88=84=EB=9D=BD?= 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 7d5986c7..5a45a118 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3513,7 +3513,7 @@ class GeneralAI if ($officerLevel > 4) { $chiefGenerals[$officerLevel] = $nationGeneral; - } else if ($officerLevel > 2) { + } else if ($officerLevel >= 2) { $nationCities[$officerCity]['important'] += 1; }