mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: Replenishing the Healing Crystals
Closes #16391 by XaveT updated by SnapperRy
(cherry picked from commit 15b03030da)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
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);
|
||||
Reference in New Issue
Block a user