aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-08-10 17:03:11 +0200
committerAnubisss <none@none>2009-08-10 17:03:11 +0200
commit18f712f52b9270747a6f307440b7da1e6195d0e1 (patch)
tree202d36f8dd6e45dcaddb9426637fe0f428e1566c /sql
parent7faff34ae5a51b854536ef597b51c19e3754523e (diff)
*Read AutoBroadcast's messages from cache instead of from DB every times.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-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.');