From 30a090004b05ec5f29f705c5fde02d56b702f378 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 6 May 2020 20:08:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index bc2a2494..cdb3f0fd 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -606,7 +606,7 @@ function ConquerCity(array $admin, General $general, array $city) { ], 'officer_city = %i',$cityID); //수도였으면 긴급 천도 - if($defenderNationID && $defenderStaticNation == $cityID) { + if($defenderNationID && $defenderStaticNation['capital'] == $cityID) { $minCity = findNextCapital($cityID, $defenderNationID); $minCityName = CityConst::byID($minCity)->name;