mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
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:
committed by
GitHub
parent
4459afc98d
commit
04b400447c
@@ -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);
|
||||
Reference in New Issue
Block a user