mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
NOTE: instance disables were not converted for new system! if you had some then you need to fix that using new system --HG-- branch : trunk
4 lines
248 B
SQL
4 lines
248 B
SQL
DELETE FROM `command` WHERE `name` IN ('reload disables','reload spell_disabled','instance open','instance close');
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('reload disables',3,'Syntax: .reload disables\r\nReload disables table.');
|