fix(DB/Quests): 'Strange Energy' having prerequisites (#20444)
This commit is contained in:
parent
ebbe7fcabc
commit
d7352a5fa1
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue