성인으로 등장시 월이 제대로 로그로 남지 않는 버그 수정
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user