Files
TrinityCore/sql/updates/7283_world_command.sql
T

5 lines
334 B
SQL
Raw Normal View History

2010-02-02 22:35:01 +01:00
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.');