From d76404ad968314ad7fce6b8a9f79c4db6ec53b97 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 23 Feb 2018 01:25:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A0=EB=8F=99=20=EC=8B=A4=ED=8C=A8?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/func_process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che_close/func_process.php b/che_close/func_process.php index 1ae4cde..e922a6c 100644 --- a/che_close/func_process.php +++ b/che_close/func_process.php @@ -2788,7 +2788,7 @@ function process_35($connect, &$general) { } elseif($dip[state] >= 7) { $log[count($log)] = "●{$admin[month]}월:불가침국입니다. $destcity[name]에 선동 실패. <1>$date"; } else { - $query = "select leader,horse,power,weap,intel,book,injury from general where city='$destination' and nation='$destcity[nation]' order by sum desc"; + $query = "select leader,horse,power,weap,intel,book,injury from general where city='$destination' and nation='$destcity[nation]' order by leader desc"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $gen = MYDB_fetch_array($result);