From 7db3675e71f3b1c2df456cf00cd10b2abd00bf1f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 29 Apr 2018 23:31:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B1=EC=9D=B8=20=EB=93=B1=EC=9E=A5?= =?UTF-8?q?=EC=9D=B4=20=EA=BC=AD=201=EC=9B=94=EC=9D=B4=20=EC=95=84?= =?UTF-8?q?=EB=8B=88=EC=96=B4=EB=8F=84=20=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Scenario/NPC.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index 2508bd9a..b2d2278a 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -107,8 +107,8 @@ class NPC{ $db = DB::db(); - if($age == \sammo\GameConst::$adultAge && $month == 1){ - \sammo\pushWorldHistory(["●1월:$name(이)가 성인이 되어 등장했습니다."], $year, $month); + if($age == \sammo\GameConst::$adultAge){ + \sammo\pushWorldHistory(["●$month월:$name(이)가 성인이 되어 등장했습니다."], $year, $month); } if($this->ego == null || $isFictionMode){