From e9b975bea717fde8c15c9ff6d679b7963125b210 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 12 Aug 2022 02:25:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=98=EB=B3=91=EB=AA=A8=EC=A7=91?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=AA=85=EC=84=B1,=20=EA=B3=84=EA=B8=89?= =?UTF-8?q?=EC=9D=B4=20=EC=84=A4=EC=A0=95=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=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 2453c6e7..71590f97 100644 --- a/hwe/sammo/Command/Nation/che_의병모집.php +++ b/hwe/sammo/Command/Nation/che_의병모집.php @@ -156,6 +156,7 @@ class che_의병모집 extends Command\NationCommand $newNPC->setNPCType(4); $newNPC->setMoney(1000, 1000); $newNPC->setSpecYear(19, 19); + $newNPC->setExpDed($avgGen['exp'], $avgGen['ded']); $newNPC->fillRemainSpecAsRandom($pickTypeList, $avgGen, $env); $newNPC->build($this->env);