From c34f1aebe67b48ee2b8618636fc7eef7ea8fbd9f Mon Sep 17 00:00:00 2001 From: horn Date: Sun, 24 Feb 2013 23:25:17 +0100 Subject: Script/Commands: Make creature_summon_groups table reloadable. --- sql/updates/world/2013_02_24_05_world_command.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_02_24_05_world_command.sql (limited to 'sql') diff --git a/sql/updates/world/2013_02_24_05_world_command.sql b/sql/updates/world/2013_02_24_05_world_command.sql new file mode 100644 index 00000000000..0b153be15bc --- /dev/null +++ b/sql/updates/world/2013_02_24_05_world_command.sql @@ -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.'); -- cgit v1.2.3