버그 수정

This commit is contained in:
2020-04-22 23:26:28 +09:00
parent b5cc8ad820
commit f8434d7fe2
+4
View File
@@ -1543,6 +1543,10 @@ class GeneralAI
return null;
}
if(!$this->nation['capital']){
return null;
}
$targetNationID = $this->findWarTarget();