diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-22 12:27:27 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-01 22:53:22 +0100 |
| commit | 6883ba87fdb4c1ef3a4db10c52bdb0d4967cae40 (patch) | |
| tree | 7a656400073eda45948b0b9f383e777f00c174bd | |
| parent | 1be4d67e2647a710a4ed5c9097ad4f0fd9182538 (diff) | |
DB/Quest: fix availability for quest "The Agony and the Darkness"
Closes #17439 by SnapperRy
(cherry picked from commit cd9a4c0dc1f2cc1339161ca63cc425248ace3e10)
| -rw-r--r-- | sql/updates/world/master/2017_02_01_03_world_2016_06_22_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_01_03_world_2016_06_22_02_world.sql b/sql/updates/world/master/2017_02_01_03_world_2016_06_22_02_world.sql new file mode 100644 index 00000000000..f73b0f6a6f6 --- /dev/null +++ b/sql/updates/world/master/2017_02_01_03_world_2016_06_22_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template_addon` SET `NextQuestId`=10389, `ExclusiveGroup`=-10392 WHERE `ID` IN (10392, 10393); +UPDATE `quest_template_addon` SET `PrevQuestId`=0 WHERE `ID`=10389; |
