fix change village system 100%, change natars access again and fix natars ranking

This commit is contained in:
unknown
2012-04-04 05:34:36 +03:00
parent 05a15b77ae
commit 0aa0369157
17 changed files with 241 additions and 107 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
WHERE " . TB_PREFIX . "vdata.owner = userid
)totalpop
FROM " . TB_PREFIX . "users
WHERE " . TB_PREFIX . "users.id != 0 and id != 1 and id != 2 and id != 3 and id != 4 and id != 5
WHERE " . TB_PREFIX . "users.id != 0 and id != 1 and id != 2 and id != 4 and id != 5
ORDER BY totalpop DESC, userid ASC";
$result = mysql_query($q);
$i = 1;