v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
Showing only changes of commit 45fd06c195 - Show all commits
+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){