diff --git a/GameEngine/Ranking.php b/GameEngine/Ranking.php index b4ddfd0c..6c3a73ca 100644 --- a/GameEngine/Ranking.php +++ b/GameEngine/Ranking.php @@ -194,7 +194,7 @@ )allitag FROM " . TB_PREFIX . "users WHERE " . TB_PREFIX . "users.access < " . (INCLUDE_ADMIN ? "10" : "8") . " - ORDER BY totalpop DESC, totalvillages DESC, userid DESC"; + AND " . TB_PREFIX . "users.tribe <= 3 ORDER BY totalpop DESC, totalvillages DESC, userid DESC"; $result = (mysql_query($q));