버그 테스트

This commit is contained in:
2020-07-21 22:34:10 +09:00
parent ba8b629f0e
commit f30e6057be
+1 -1
View File
@@ -40,7 +40,7 @@ class BattleGroundCity extends Constraint{
$db = DB::db();
$diplomacy = $db->queryFirstField('SELECT state FROM diplomacy WHERE me = %i AND you = %i', $nationID, $destNationID);
if($diplomacy === 0){
if($diplomacy == 0){
return true;
}