aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/6381_mangos_command.sql
blob: 13414b6c33b628624520aa74e5e019a5e39c525a (plain)
1
2
3
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.');