From 831266fe3c169d85644ca8e56d4c10f7e99fea69 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 24 Apr 2020 01:19:02 +0900 Subject: [PATCH] =?UTF-8?q?=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index f2c13706..6d5e52cf 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3160,6 +3160,10 @@ class GeneralAI return $result; } + if($npcType < 2 && $nationID === 0 && !$this->generalPolicy->can국가선택){ + return $reservedCommand; + } + if($npcType >= 2 && $general->getVar('officer_level') == 12 && !$this->nation['capital']){ //방랑군 건국 $result = $this->do건국();