From 1529ab6469bf9e929fc4f940167c99d341e7ab0f Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 13 Apr 2018 00:38:37 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=84=EB=A6=AC=ED=95=9C=20=EA=B8=B4?= =?UTF-8?q?=EC=B2=9C=20=ED=95=A8=EC=88=98=20=ED=98=B8=EC=B6=9C=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8?= 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 00c210fa..5cf4089d 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -1871,7 +1871,7 @@ function ConquerCity($game, $general, $city, $nation, $destnation) { //수도였으면 긴급 천도 if($destnation['capital'] == $city['city']) { - $minCity = findNextCapital($city['city'], $destnation['capital']); + $minCity = findNextCapital($city['city'], $destnation['nation']); $minCityName = CityConst::byID($minCity)->name;