aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/06750_mangos_command.sql
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 14:21:43 -0600
committermegamage <none@none>2008-12-24 14:21:43 -0600
commite71697462e487f20812bee265cae0c8a8458b160 (patch)
treebefdf2d5b20833fa4a9b60671b00b517a399766c /sql/updates/06750_mangos_command.sql
parent10a0e30e59a9129f2d06fbe078318e93211e8517 (diff)
*SQL clean up.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/06750_mangos_command.sql')
-rw-r--r--sql/updates/06750_mangos_command.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/06750_mangos_command.sql b/sql/updates/06750_mangos_command.sql
new file mode 100644
index 00000000000..100185c0acd
--- /dev/null
+++ b/sql/updates/06750_mangos_command.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.');