mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
*Add spell_group_stack_rules table (for more info see wiki) *The table is maintained by core team *Move some spell specific out of core to the new table --HG-- branch : trunk
5 lines
334 B
SQL
5 lines
334 B
SQL
DELETE FROM `command` WHERE `name` = 'reload spell_group_stack_rules';
|
|
DELETE FROM `command` WHERE `name` = 'reload spell_elixir';
|
|
DELETE FROM `command` WHERE `name` = 'reload spell_stack_masks';
|
|
INSERT INTO `command` VALUES ('reload spell_group_stack_rules','3','Syntax: .reload spell_group\nReload spell_group_stack_rules table.');
|