DB/Quest: Allow starting Amphitheater of Anguish (12932) without having completed The Champion's Call (12974)

(cherry picked from commit 666bc163259280019d3b39584e432fb57b8d9072)
This commit is contained in:
Treeston
2021-06-16 11:48:34 +02:00
committed by Shauren
parent 6fb45e31c2
commit 015a46ea5d
@@ -0,0 +1,3 @@
-- amphitheater of anguish (12932) should be startable without completing "The Champion's Call!" (12974)
UPDATE `quest_template` SET `RewardNextQuest`=12932 WHERE `ID`=12974;
UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=12932;