View Single Post
  #144  
Old 01-08-2023, 12:04 PM
hmmyespanda
Fire Beetle
 
Join Date: Dec 2022
Posts: 2
Default

SQL workaround, though this may be unnecessary. I updated zone ID and x,y,z coordinates of the character data to be the succor point in Dranik's Scar:

update character_data
set zone_id = 302, y = -1519, x = -1468, z = 260
where id = 2;
Reply With Quote