성인으로 등장시 월이 제대로 로그로 남지 않는 버그 수정

This commit is contained in:
2018-04-30 00:01:11 +09:00
parent 7db3675e71
commit 45fd06c195
+1 -1
View File
@@ -108,7 +108,7 @@ class NPC{
$db = DB::db();
if($age == \sammo\GameConst::$adultAge){
\sammo\pushWorldHistory(["<C>●</>$month:<Y>$name</>(이)가 성인이 되어 <S>등장</>했습니다."], $year, $month);
\sammo\pushWorldHistory(["<C>●</>{$month}:<Y>{$name}</>(이)가 성인이 되어 <S>등장</>했습니다."], $year, $month);
}
if($this->ego == null || $isFictionMode){