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