fix(DB/Quest): Fixes the prerequisite quest for "A Job Undone" (#21714)

Co-authored-by: Pandeesh Groodanj <dark.dog5483@fastmail.com>
This commit is contained in:
Pandeesh Groodanj
2025-03-16 04:27:42 -04:00
committed by GitHub
parent 4459afc98d
commit 04b400447c

View File

@@ -0,0 +1,3 @@
-- Fixes Zangarmarsh Quest "A Job Undone" invalid prerequisite quest
-- closes https://github.com/azerothcore/azerothcore-wotlk/issues/21708
UPDATE `quest_template_addon` SET `PrevQuestID` = 9773 WHERE (`ID` = 9899);