Files
TrinityCore/sql/updates/6381_mangos_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

5 lines
306 B
SQL

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.');