aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4869_world_command.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/4869_world_command.sql b/sql/updates/4869_world_command.sql
new file mode 100644
index 00000000000..1c219fa27eb
--- /dev/null
+++ b/sql/updates/4869_world_command.sql
@@ -0,0 +1,2 @@
+DELETE FROM `command` WHERE `name` = 'reload autobroadcast';
+INSERT INTO `command` (`name`, `security`, `help`) VALUES ('reload autobroadcast', 3, 'Syntax: .reload autobroadcast\nReload autobroadcast table.');