diff --git a/hwe/process_war.php b/hwe/process_war.php index 3f83a21d..3f902e1b 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -1767,7 +1767,7 @@ function ConquerCity($game, $general, $city, $nation, $destnation) { $history[] = "●{$year}년 {$month}월:【멸망】{$losenation['name']}(이)가 멸망하였습니다."; pushNationHistory($nation, "●{$year}년 {$month}월:{$losenation['name']}(을)를 정복"); - $query = "select no from general where nation='{$general['nation']}' and level='12'"; + $query = "select no, nation from general where nation='{$general['nation']}' and level='12'"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $ruler = MYDB_fetch_array($result);