fix(DB/Quest): Fix Incorrect 'On Complete' Text (#9582)
This commit is contained in:
parent
e9d45feb9a
commit
4f3df3d2de
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638933646064544700');
|
||||
|
||||
/* Fix incorrect quest tracking status.
|
||||
*/
|
||||
|
||||
UPDATE `quest_template` SET `QuestCompletionLog`='Return to Mound of Dirt in The Eastern Plaguelands' WHERE `ID`=6024;
|
||||
UPDATE `quest_template` SET `QuestCompletionLog`='Return to Talvash del Kissel at the Mystic Ward in Ironforge.' WHERE `ID`=2199;
|
||||
UPDATE `quest_template` SET `QuestCompletionLog`='Return to Talvash del Kissel at the Mystic Ward in Ironforge.' WHERE `ID`=2204;
|
||||
UPDATE `quest_template` SET `QuestCompletionLog`='Return to Talvash del Kissel at the Mystic Ward in Ironforge.' WHERE `ID`=8355;
|
||||
UPDATE `quest_template` SET `QuestCompletionLog`='Return to Shen\'dralar Ancient in Dire Maul.' WHERE `ID`=7461;
|
||||
|
||||
/* Remove quest completion question mark off of map
|
||||
*/
|
||||
|
||||
UPDATE `quest_poi` SET `ObjectiveIndex`=0 WHERE `QuestID`=7461 AND `id`=2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue