mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Added reload command for spell_linked_spell DB table
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/1304_world.sql
Normal file
3
sql/updates/1304_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
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.'),
|
||||
Reference in New Issue
Block a user