fix(DB/Quest): No prerequisite for The Artifacts of Steel Gate (#23847)

This commit is contained in:
blinkysc 2025-11-29 06:55:52 -06:00 committed by GitHub
parent 864acabd24
commit b96492b93a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
--
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE (`ID` = 11287);
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 11287);
UPDATE `quest_template_addon` SET `ExclusiveGroup` = 11287 WHERE `ID` IN (11287, 11286);