diff --git a/hwe/_admin5.php b/hwe/_admin5.php index fc67ce1f..7fcf7c5f 100644 --- a/hwe/_admin5.php +++ b/hwe/_admin5.php @@ -66,8 +66,6 @@ $sel2[$type2] = "selected"; - - @@ -105,8 +103,6 @@ $sel2[$type2] = "selected";
| 국명 | -접률 | -단접 | 국력 | 장수 | 속령 | @@ -147,8 +143,6 @@ SELECT A.gold, A.rice, COUNT(B.nation) AS gennum, - ROUND(AVG(B.connect), 1) AS connect, - ROUND(AVG(B.con), 1) AS con, ROUND(AVG(B.dex1)) AS dex1, ROUND(AVG(B.dex2)) AS dex2, ROUND(AVG(B.dex3)) AS dex3, @@ -193,12 +187,6 @@ GROUP BY B.nation case 10: $query .= " order by avg(B.explevel) desc"; break; - case 11: - $query .= " order by avg(B.connect) desc"; - break; - case 12: - $query .= " order by avg(B.con) desc"; - break; case 13: $query .= " order by avg(B.dex1) desc"; break; @@ -240,8 +228,6 @@ from city where nation=%i', $nation['nation']); echo "
| {$nation['name']} | -{$nation['connect']} | -{$nation['con']} | {$nation['power']} | {$gen['cnt']} | {$city['cnt']} |