mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
Script/Commands: implemented .reload battleground_template (#210)
- Closes #28
This commit is contained in:
5
data/sql/updates/pending_db_world/rev_1477683243N.sql
Normal file
5
data/sql/updates/pending_db_world/rev_1477683243N.sql
Normal 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.');
|
||||
Reference in New Issue
Block a user