Script/Commands: Make creature_summon_groups table reloadable.

This commit is contained in:
horn
2013-02-24 23:25:17 +01:00
parent cb99c1d16a
commit c34f1aebe6
3 changed files with 17 additions and 0 deletions

View 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.');