mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Quest): No prerequisite for The Artifacts of Steel Gate (#23847)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user