TM 서버 밸런스 패치 이식

This commit is contained in:
2018-04-13 03:41:39 +09:00
parent 0b17a289c8
commit 02f90842fe
7 changed files with 72 additions and 71 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ function process_35(&$general) {
} elseif($dip['state'] >= 7) {
$log[] = "<C>●</>{$admin['month']}월:불가침국입니다. <G><b>{$destcity['name']}</b></>에 선동 실패. <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);