From 0e5d2dee050cce523a2cd940c4d57ba232eaf17a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 15 Jun 2016 13:25:04 +0200 Subject: DB/Quest: Replenishing the Healing Crystals Closes #16391 by XaveT updated by SnapperRy (cherry picked from commit 15b03030da2ebef8dbefde22533ef9b81c734d9e) --- sql/updates/world/master/2017_01_29_12_world_2016_06_15_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_01_29_12_world_2016_06_15_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_29_12_world_2016_06_15_06_world.sql b/sql/updates/world/master/2017_01_29_12_world_2016_06_15_06_world.sql new file mode 100644 index 00000000000..37cb1916599 --- /dev/null +++ b/sql/updates/world/master/2017_01_29_12_world_2016_06_15_06_world.sql @@ -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); -- cgit v1.2.3