View Single Post
  #2  
Old 09-04-2020, 09:44 AM
Thalix's Avatar
Thalix
Sarnak
 
Join Date: Sep 2016
Posts: 91
Default

If it is your own server, then execute the following SQL query. It takes you to East Freeport:
Code:
UPDATE character_data SET zone = 10 WHERE `name` = 'yourname';
Reply With Quote