• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Change server id in phpmyadmin to 1 instead 0?

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
Hey what do i write in phpmyadmin to change world id to 1 instead of 0?
 
SQL:
UPDATE `players` SET `world_id` = 1;
UPDATE `account_viplist` SET `world_id` = 1;
UPDATE `houses` SET `world_id` = 1;
UPDATE `house_auctions` SET `world_id` = 1;
UPDATE `house_lists` SET `world_id` = 1;
UPDATE `house_data` SET `world_id` = 1;
UPDATE `tiles` SET `world_id` = 1;
UPDATE `tile_items` SET `world_id` = 1;
UPDATE `guilds` SET `world_id` = 1;
UPDATE `global_storage` SET `world_id` = 1;
UPDATE `server_motd` SET `world_id` = 1;
UPDATE `server_record` SET `world_id` = 1;
UPDATE `server_reports` SET `world_id` = 1;
 
Last edited:
Back
Top