fix(DB/Quest): Fixes missing prerequisite quest for "Pushed Too Far" (#21721)

Co-authored-by: Pandeesh Groodanj <dark.dog5483@fastmail.com>
This commit is contained in:
Pandeesh Groodanj
2025-03-16 16:05:52 -04:00
committed by GitHub
parent 7185e94954
commit 84e4884d85

View File

@@ -0,0 +1,3 @@
-- fixes quest "Pushed Too Far" not having a prerequisite
-- https://github.com/azerothcore/azerothcore-wotlk/issues/21553
UPDATE `quest_template_addon` SET `PrevQuestID` = 12867 WHERE (`ID` = 12869);