From 528d30c31778f463633bdecf270c460ad14cf2c4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 1 Jan 2021 19:56:29 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Command/Nation/che_의병모집.php b/hwe/sammo/Command/Nation/che_의병모집.php index d3fec4b3..7395aabb 100644 --- a/hwe/sammo/Command/Nation/che_의병모집.php +++ b/hwe/sammo/Command/Nation/che_의병모집.php @@ -157,6 +157,7 @@ class che_의병모집 extends Command\NationCommand $newNPC = $pickedNPC->getGeneralBuilder(); $newNPC->setCityID($general->getCityID()); + $newNPC->setNationID($general->getNationID()); $newNPC->setSpecial('None', 'None'); $newNPC->setLifeSpan($env['year']-20, $env['year']+10);