From 40fee137d41025a1ece78c5cb0af8edd2967c046 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 25 Apr 2020 23:22:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=98=EB=B3=91=EB=AA=A8=EC=A7=91=20?= =?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/Command/Nation/che_의병모집.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hwe/sammo/Command/Nation/che_의병모집.php b/hwe/sammo/Command/Nation/che_의병모집.php index 48cbf1c2..f38409c5 100644 --- a/hwe/sammo/Command/Nation/che_의병모집.php +++ b/hwe/sammo/Command/Nation/che_의병모집.php @@ -237,7 +237,8 @@ class che_의병모집 extends Command\NationCommand{ $gameStor->npccount = $lastCreatGenIdx; $db->update('nation', [ - 'gennum'=>$db->sqleval('gennum + %i', $createGenCnt) + 'gennum'=>$db->sqleval('gennum + %i', $createGenCnt), + 'strategic_cmd_limit' => $this->getPostReqTurn() ], 'nation=%i', $nationID);