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;