버그 수정

This commit is contained in:
2020-05-02 01:15:52 +09:00
parent f70cfb5d48
commit ce4f44a951
+3 -1
View File
@@ -200,7 +200,9 @@ class NPC{
if($isNewGeneral){
$josaYi = JosaUtil::pick($name, '이');
\sammo\pushWorldHistory(["<C>●</>{$month}월:<Y>{$name}</>{$josaYi} 성인이 되어 <S>등장</>했습니다."], $year, $month);
$logger = new \sammo\ActionLogger(0, 0, $year, $month);
$logger->pushGlobalActionLog('<Y>{$name}</>{$josaYi} 성인이 되어 <S>등장</>했습니다.');
$logger->flush();
}
if($this->ego == null || $isFictionMode){