View Single Post
  #7  
Old 08-20-2008, 01:00 AM
ohnoez1
Fire Beetle
 
Join Date: Aug 2008
Location: Somewhere
Posts: 9
Default

Quote:
Originally Posted by xilbus View Post
WasAtGraveyard field was not in the database.
Opened up navicat
whent to player corpse in the database and clicked on open table
clicked on file and open query at the end
clicked on new button
and added this
alter table player_corpses add column WasAtGraveyard TINYINT(3) NOT NULL default 0;

closed everything and now I can log in and play WOOT WOOT
Thank you!! I spent hours trying to figure out what was wrong... finally looked at my zone logfile, found the error, searched, and came up with your post and the fix! Thank you!!
Reply With Quote