fix(DB/Quest) Return to Thrallmar has proper prerequisite quest Mission: Gateways Murketh and Shaadraz (#21856)

This commit is contained in:
blinkysc 2025-04-15 12:42:11 -05:00 committed by GitHub
parent 273251054c
commit b4165d3240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Set Mission: Gateways Murketh and Shaadraz as prerequisted to Return to Thrallmar
UPDATE `quest_template_addon` SET `PrevQuestID` = 10129 WHERE (`ID` = 10388);