From 33b7d228f900eac4ec42267d01f9073fd166fa13 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 02:14:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B4=EA=B8=89=20=EC=B2=9C=EB=8F=84=20?= =?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 364b9555..41d84416 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -1854,7 +1854,7 @@ function ConquerCity($game, $general, $city, $nation, $destnation) { ], 'no IN %li',[$city['gen1'], $city['gen2'], $city['gen3']]); //수도였으면 긴급 천도 - if(!isset($destnation['capital']) && $destnation['capital'] == $city['city']) { + if(isset($destnation['capital']) && $destnation['capital'] == $city['city']) { $minCity = findNextCapital($city['city'], $destnation['nation']); $minCityName = CityConst::byID($minCity)->name;