mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
fix change village system 100%, change natars access again and fix natars ranking
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user