[6812] Implement localization of creature/gameobject name that say/yell.
[getmangos.git] / sql / updates / 06381_mangos_command.sql
blob13414b6c33b628624520aa74e5e019a5e39c525a
1 DELETE FROM `command` WHERE `name` IN ('quest complete');
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.');