mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Scripts/Commands: Adding command reload broadcast text. (#228)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO version_db_world(`sql_rev`) VALUES ('1478458446109383200');
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'reload broadcast_text';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('reload broadcast_text', 3, 'Syntax: .reload broadcast_text\r\n\r\nReload broadcast_text table.');
|
||||
Reference in New Issue
Block a user