mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
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:
committed by
GitHub
parent
7185e94954
commit
84e4884d85
@@ -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);
|
||||
Reference in New Issue
Block a user