DB/Quest: The Mark of Vashj/The Cudgel of Kar'desh

Closes #21070
Closes #21069

(cherry picked from commit 99cc4bb525)
This commit is contained in:
Killyana
2017-12-17 19:36:35 +01:00
committed by funjoker
parent ed3b34e33f
commit e9b4c6d185

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `creature_queststarter` WHERE `quest`=10901;
DELETE FROM `quest_template_addon` WHERE `ID` IN (13431, 10900);
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `PrevQuestID`, `ExclusiveGroup`) VALUES (13431, 70, 10900, 13431), (10900, 70, 0, 0);
UPDATE `quest_template_addon` SET `ExclusiveGroup`=13431 WHERE `ID`=10901;