mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-05 18:20:24 -08:00
fix(DB/Quest): No prerequisite for The Artifacts of Steel Gate (#23847)
This commit is contained in:
parent
864acabd24
commit
b96492b93a
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue