mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
3 lines
159 B
SQL
3 lines
159 B
SQL
ALTER TABLE `zone` ADD column `shutdowndelay` bigint (16) unsigned NOT NULL default '5000';
|
|
INSERT INTO rule_values VALUES (1,'Zone:AutoShutdownDelay', 5000);
|