diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index e06447f3..dc4050a2 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -200,7 +200,9 @@ class NPC{ if($isNewGeneral){ $josaYi = JosaUtil::pick($name, '이'); - \sammo\pushWorldHistory(["●{$month}월:{$name}{$josaYi} 성인이 되어 등장했습니다."], $year, $month); + $logger = new \sammo\ActionLogger(0, 0, $year, $month); + $logger->pushGlobalActionLog('{$name}{$josaYi} 성인이 되어 등장했습니다.'); + $logger->flush(); } if($this->ego == null || $isFictionMode){