mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
DB/Quest: ExclusiveGroups for two breadcrumb quests in Zangarmarsh
Closes #17438 by SnapperRy
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `quest_template_addon` WHERE `ID` IN (9796, 10105);
|
||||
INSERT INTO `quest_template_addon` (`ID`, `ExclusiveGroup`) VALUES
|
||||
(9796, 9796),
|
||||
(10105, 9796);
|
||||
Reference in New Issue
Block a user