fix(DB/Quest): Makes a bunch of "mandatory" quests into "optional" 2.0 (#20671)

* File created

* Fixed the quests
This commit is contained in:
FlyingArowana
2024-11-22 12:23:31 +00:00
committed by GitHub
parent 106cbe7fdf
commit 81ef89b10c

View File

@@ -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);