mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 04:28:00 +00:00
Added 'disable_timer' to door objects (used for click once doors)
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
||||
uint32 GetIncline();
|
||||
void SetOpenType(uint32 type);
|
||||
uint32 GetOpenType();
|
||||
void SetDisableTimer(bool flag);
|
||||
bool GetDisableTimer();
|
||||
void SetLockPick(uint32 pick);
|
||||
uint32 GetLockPick();
|
||||
void SetKeyItem(uint32 key);
|
||||
|
||||
Reference in New Issue
Block a user