forked from devsam/core
버그 수정
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user