aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/06750_mangos_command.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-02-04 10:50:50 +0100
committerDrahy <none@none>2009-02-04 10:50:50 +0100
commitcb9a0b7219e7751cee01bf018999facc3a2e7be9 (patch)
treeb725ff56ef6aaea3ae65a30b923f3fd4f9eb81fd /sql/updates/06750_mangos_command.sql
parent82fde9e1b8aa1d9c826e0b7df5677f1ba82dd471 (diff)
* Deleted sql files which are already in converters
* Added missing querries from command table * Fixed typo in command table --HG-- branch : trunk
Diffstat (limited to 'sql/updates/06750_mangos_command.sql')
-rw-r--r--sql/updates/06750_mangos_command.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/updates/06750_mangos_command.sql b/sql/updates/06750_mangos_command.sql
deleted file mode 100644
index 100185c0acd..00000000000
--- a/sql/updates/06750_mangos_command.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-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.');