diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index b2d2278a..54b13f87 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -108,7 +108,7 @@ class NPC{ $db = DB::db(); if($age == \sammo\GameConst::$adultAge){ - \sammo\pushWorldHistory(["●$month월:$name(이)가 성인이 되어 등장했습니다."], $year, $month); + \sammo\pushWorldHistory(["●{$month}월:{$name}(이)가 성인이 되어 등장했습니다."], $year, $month); } if($this->ego == null || $isFictionMode){