View Single Post
  #3  
Old 11-25-2007, 02:56 AM
xilbus
Fire Beetle
 
Join Date: May 2007
Posts: 12
Default Found the problem

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
Reply With Quote