root/trunk/sql/updates/6381_mangos_command.sql
@
2
Revision 2, 306 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | DELETE FROM `command` WHERE `name` IN ('quest complete'); |
2 | |
3 | INSERT INTO `command` (`name`,`security`,`help`) VALUES |
4 | ('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.'); |
Note: See TracBrowser
for help on using the browser.