View Single Post
  #6  
Old 03-12-2003, 04:30 PM
rockocool
Sarnak
 
Join Date: Mar 2003
Location: california
Posts: 63
Default player_corpses also need to be fixed

and a few more fix to the player_corpses. simply attach this to the 42to43fix.sql above.

ALTER TABLE player_corpses ADD COLUMN zoneid smallint(5) not null default '0' AFTER zonename;
ALTER TABLE player_corpses DROP COLUMN time;
ALTER TABLE player_corpses ADD COLUMN timeofdeath timestamp(14) not null AFTER data;
Reply With Quote