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

By SnapperRy, closes #17217
(cherry picked from commit ae6b3ebb2c)
This commit is contained in:
Aokromes
2016-05-30 09:33:17 +02:00
committed by joschiwald
parent 0c511397a4
commit 5b204ffe7b

View File

@@ -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);