mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Quest: ExclusiveGroup for breadcrumb quests in Mudsprocket, Dustwallow Marsh
By SnapperRy, closes #17217
(cherry picked from commit ae6b3ebb2c)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user