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);