aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2013-02-25 17:17:53 -0800
committerNay <dnpd.dd@gmail.com>2013-02-25 17:17:53 -0800
commitb00f6a981eb64d1b05a56b8009f3fdbcc20900a8 (patch)
treed6eb080de93a5c1363220f6d11d4b8c6220893ff /sql
parent4bdc9e6f1cf104fc8f09ab2d9e7c7832c012e2d5 (diff)
parentc34f1aebe67b48ee2b8618636fc7eef7ea8fbd9f (diff)
Merge pull request #9295 from horn/summons
Script/Commands: Make creature_summon_groups table reloadable.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_02_24_05_world_command.sql4
1 files changed, 4 insertions, 0 deletions
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.');