fix(DB/Quest): Makes a bunch of "mandatory" quests into "optional" 2.0 (#20671)
* File created * Fixed the quests
This commit is contained in:
parent
106cbe7fdf
commit
81ef89b10c
1 changed files with 10 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- fix (db/Quest) - Makes a bunch of "mandatory" quests into "optional" 2.0
|
||||
-- The Spirits of Stonetalon requirement removed from Goblin Invaders
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 1062);
|
||||
|
||||
-- Lost Deathstalkers requirement removed from Wild Hearts
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 429);
|
||||
|
||||
-- Vital Intelligence requirement removed from At War With The Scarlet Crusade (1/4)
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 427);
|
||||
Loading…
Add table
Add a link
Reference in a new issue