Scripts/Commands: Adding command reload broadcast text. (#228)

This commit is contained in:
HeartWell
2016-11-06 22:34:41 +03:00
committed by Shin
parent 5e8a68486b
commit f61f6221e8
2 changed files with 16 additions and 0 deletions

View File

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