getVar('npc') -> getNPCType()

This commit is contained in:
2020-05-09 23:18:47 +09:00
parent 2e7a5c6244
commit da9d59443b
21 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class AutorunNationPolicy {
$this->reqHumanWarRecommandRice = Util::round(max(20000, $this->reqHumanWarRecommandRice * 3), -2);
}
if($general->getVar('npc') >= 2){
if($general->getNPCType() >= 2){
return;
}