mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Quests): 'Strange Energy' having prerequisites (#20444)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Quest 'Strange Energy'
|
||||
UPDATE `quest_template_addon` SET `NextQuestID` = 0, `ExclusiveGroup` = 0 WHERE `ID` IN (9957,9960,9961);
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup` = -9968 WHERE `ID` IN (9968,9971);
|
||||
Reference in New Issue
Block a user