성인 연령 빼먹은거 수정

This commit is contained in:
2018-03-29 00:57:37 +09:00
parent 79d74b1ed1
commit 9d9af08ab6
+1 -1
View File
@@ -73,7 +73,7 @@ class NPC{
if($this->death < $year){
return true; //죽었으니 넘어간다.
}
if($age < 14){
if($age < \sammo\GameConst::$adultAge){
return false; //예약.
}