diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 13:25:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 13:25:04 +0200 |
commit | 15b03030da2ebef8dbefde22533ef9b81c734d9e (patch) | |
tree | 92bfef0ff6bf5e961ba06377dfe3d8fece796b98 | |
parent | e16a8577e7220d0abf2566523893e3b5ec884351 (diff) |
DB/Quest: Replenishing the Healing Crystals
Closes #16391 by XaveT updated by SnapperRy
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_15_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_15_06_world.sql b/sql/updates/world/3.3.5/2016_06_15_06_world.sql new file mode 100644 index 00000000000..1f8a50b65a3 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_15_06_world.sql @@ -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; |