aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/84_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/84_world.sql b/sql/updates/84_world.sql
new file mode 100644
index 00000000000..7b2651071d0
--- /dev/null
+++ b/sql/updates/84_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM command WHERE name = 'reload all_locales';
+INSERT INTO `command` VALUES
+('reload all_locales',3,'Syntax: .reload all_locales\r\n\r\nReload all `locales_*` tables with reload support added and that can be _safe_ reloaded.');