aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/6381_mangos_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/6381_mangos_command.sql')
-rw-r--r--sql/updates/6381_mangos_command.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6381_mangos_command.sql b/sql/updates/6381_mangos_command.sql
new file mode 100644
index 00000000000..13414b6c33b
--- /dev/null
+++ b/sql/updates/6381_mangos_command.sql
@@ -0,0 +1,4 @@
+DELETE FROM `command` WHERE `name` IN ('quest complete');
+
+INSERT INTO `command` (`name`,`security`,`help`) VALUES
+('quest complete',3,'Syntax: .quest complete #questid\r\nMark all quest objectives as completed for target character active quest. After this target character can go and get quest reward.');