DB/Quest: Replenishing the Healing Crystals

Closes #16391 by XaveT updated by SnapperRy
This commit is contained in:
Aokromes
2016-06-15 13:25:04 +02:00
committed by GitHub
parent e16a8577e7
commit 15b03030da

View File

@@ -0,0 +1,5 @@
--
UPDATE `quest_template_addon` SET `PrevQuestId`=0 WHERE `id`=9409;
UPDATE `quest_template_addon` SET `PrevQuestId`=9409 WHERE `id`=9371;
UPDATE `quest_template_addon` SET `ExclusiveGroup`=9280 WHERE `ID` IN (9280, 9369);
UPDATE `quest_template` SET `RewardNextQuest`=9409 WHERE `ID`=9280;