diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 13:25:04 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-29 21:05:01 +0100 |
| commit | 0e5d2dee050cce523a2cd940c4d57ba232eaf17a (patch) | |
| tree | f249760a13b6117d06b66d3d9bed9350f91220f0 | |
| parent | 3683df5540b657cb4d610537df5d13e4373dd0d8 (diff) | |
DB/Quest: Replenishing the Healing Crystals
Closes #16391 by XaveT updated by SnapperRy
(cherry picked from commit 15b03030da2ebef8dbefde22533ef9b81c734d9e)
| -rw-r--r-- | sql/updates/world/master/2017_01_29_12_world_2016_06_15_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
