From e71697462e487f20812bee265cae0c8a8458b160 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 24 Dec 2008 14:21:43 -0600 Subject: *SQL clean up. --HG-- branch : trunk --- sql/updates/06750_mangos_command.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/06750_mangos_command.sql (limited to 'sql/updates/06750_mangos_command.sql') 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.'); -- cgit v1.2.3