mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Quest): Makes a bunch of "mandatory" quests into "optional" 2.0 (#20671)
* File created * Fixed the quests
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user