DB/Quest: fix availability for Alliance's breadcrumb quests to Ashenvale

Onward to Ashenvale can always be done, while only one quest between Trek to Ashenvale and the Draenei-only Travel to Astranaar can be completed.
(cherry picked from commit 4fea1c59e1)
This commit is contained in:
SnapperRy
2016-07-15 14:20:54 +02:00
committed by joschiwald
parent d0fbc7729d
commit cfca1896de

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `quest_template_addon` WHERE `ID` IN (9432, 10752);
INSERT INTO `quest_template_addon` (`ID`, `ExclusiveGroup`) VALUES
(9432, 990);