mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Script/Commands: Make creature_summon_groups table reloadable.
This commit is contained in:
4
sql/updates/world/2013_02_24_05_world_command.sql
Normal file
4
sql/updates/world/2013_02_24_05_world_command.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `command` WHERE `name` = 'reload creature_summon_groups';
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('reload creature_summon_groups',3,'Syntax: .reload creature_summon_groups
|
||||
Reload creature_summon_groups table.');
|
||||
Reference in New Issue
Block a user