Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
Our partners and their custom servers:
delete from player_items where player_id in (select id from players where level <=50 and level >=1)
delete from players where level <=50 and level >=1
DELETE FROM players WHERE level >= 1 AND level <= 50