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;
