NPC 부대 생성 버그 수정

This commit is contained in:
2018-09-18 01:18:03 +09:00
parent 7ce1b0a6be
commit a44ea2c791
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -1279,6 +1279,9 @@ function NPCStaffWork($general, $nation, $dipState){
if($generalCity['pop'] - 33000 > $nationGeneral['leader']){
continue;
}
if($nationGeneral['npc'] == 5){
continue;
}
$score = 5;
if($nationGeneral['npc']<2){