Script/Commands: implemented .reload battleground_template (#210)

- Closes #28
This commit is contained in:
HeartWell
2016-10-29 11:33:23 +02:00
committed by ShinDarth
parent 9d11582283
commit cd9add3ddc
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO version_db_world(`sql_rev`) VALUES ('1477683243N');
DELETE FROM `command` WHERE `name` = 'reload battleground_template';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('reload battleground_template', 3, 'Syntax: .reload battleground_template\r\nReload Battleground Templates.');