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
This commit is contained in:
5
sql/updates/world/3.3.5/2016_06_15_06_world.sql
Normal file
5
sql/updates/world/3.3.5/2016_06_15_06_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user