mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Added 'disable_timer' to door objects (used for click once doors)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `doors` ADD COLUMN `disable_timer` TINYINT(2) NOT NULL DEFAULT '0' AFTER `triggertype`;
|
||||
Reference in New Issue
Block a user