| 
				 Changing a characters zone through the DB? 
 Situation: I tried to zone into a zone that I did not have, so my game crashed to the desktop. I then was unable to log back in with that character, since it was trying to start in the zone I did not have. (My oun local server.)
 Since I was still wanting to play that character I tried to modify the DB with a zone that I knew I had. But when I went back in to EQ that character was gone.
 
 This is the SQL statement that I used:  REPLACE INTO Character_ (id,account_id,name,profile,guild,guildrank,x,y,z,  zonename,alt_adv) VALUES (5,1,’Tead’,’M_
 |