mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 19:46:35 +00:00
Added 'disable_timer' to door objects (used for click once doors)
This commit is contained in:
@@ -202,6 +202,7 @@ struct Door {
|
||||
uint8 nokeyring;
|
||||
uint8 trigger_door;
|
||||
uint8 trigger_type;
|
||||
bool disable_timer;
|
||||
uint32 door_param;
|
||||
int invert_state;
|
||||
uint16 size;
|
||||
|
||||
Reference in New Issue
Block a user