mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
4 lines
230 B
SQL
4 lines
230 B
SQL
DELETE FROM command WHERE name IN ('reload spell_linked_spell');
|
|
INSERT INTO command (name, security, help) VALUES
|
|
('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
|