DB/Quest: ExclusiveGroup for breadcrumb quests in Mudsprocket, Dustwallow Marsh

By SnapperRy, closes #17217
(cherry picked from commit ae6b3ebb2c51c8a95882cdbe1eecbaa8a7cc93b9)
This commit is contained in:
Aokromes
2017-01-09 21:58:40 +01:00
committed by joschiwald
parent 0c511397a4
commit 5b204ffe7b
@@ -0,0 +1,5 @@
DELETE FROM `quest_template_addon` WHERE `ID` IN (11211, 11214, 11215);
INSERT INTO `quest_template_addon` (`ID`, `ExclusiveGroup`) VALUES
(11211, 11211),
(11214, 11211),
(11215, 11211);