View Single Post
  #1  
Old 12-22-2002, 07:53 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default EQEMu 0.4.1 Doors

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