Doors are updated in 0.4.1 (Thanks for Daeken for the new door struct) fixes a few bugs and allows gfaydark lifts to function (win32 only atm) the following columns need to be added to your db:
alter table doors add column doorisopen smallint(4) NOT NULL default '0';
alter table doors add column liftheight int(4) NOT NULL default '0';
then
www.dmicale.com/newdoors.sql for the new doors.