aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/5711_mangos_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/5711_mangos_command.sql')
-rw-r--r--sql/updates/5711_mangos_command.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/5711_mangos_command.sql b/sql/updates/5711_mangos_command.sql
new file mode 100644
index 00000000000..3310c22c3e1
--- /dev/null
+++ b/sql/updates/5711_mangos_command.sql
@@ -0,0 +1,5 @@
+DELETE FROM `command` WHERE `name` = "honor flushkills";
+
+DELETE FROM `command` WHERE `name` = "honor";
+INSERT INTO `command` VALUES
+("honor", 2, "Syntax: .honor $command [$value] Various honor related commands. Use .help honor $command to get help on specific parameter usage. Supported parameters include add, addkill, update"); \ No newline at end of file