From 8654447aac61d2ad637c818ec93f48534c865f5f Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 13 Jun 2018 03:28:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EB=B0=A9=20=EA=B8=B0=EC=A4=80?= =?UTF-8?q?=EC=9D=84=203=EB=85=84=20=EC=9D=B4=EB=82=B4=EB=A1=9C=20?= =?UTF-8?q?=EC=9E=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_npc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_npc.php b/hwe/func_npc.php index 5dd62986..616585da 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -327,7 +327,7 @@ function processAI($no) { $available = true; - if($admin['startyear']+2 > $admin['year']){ + if($admin['startyear']+3 > $admin['year']){ //초기 임관 기간에서는 국가가 적을수록 임관 시도가 적음 $nationCnt = $db->queryFirstField('SELECT count(nation) FROM nation'); $notFullNationCnt = $db->queryFirstField('SELECT count(nation) FROM nation WHERE gennum < %i', GameConst::$initialNationGenLimit);