mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
4 lines
213 B
SQL
4 lines
213 B
SQL
DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell');
|
|
INSERT INTO `command` VALUES
|
|
('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
|