diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-01-18 16:29:50 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-16 11:48:34 +0200 |
commit | 015a46ea5daa319c0f002bb319ea10671d7f867c (patch) | |
tree | 02e8e9470fb698d36a15d77ba0c4cd2093fd26f5 | |
parent | 6fb45e31c2ba3d71409a460ddbba4d0aa7b6a812 (diff) |
DB/Quest: Allow starting Amphitheater of Anguish (12932) without having completed The Champion's Call (12974)
(cherry picked from commit 666bc163259280019d3b39584e432fb57b8d9072)
-rw-r--r-- | sql/updates/world/master/2021_06_16_04_world_2018_01_18_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_16_04_world_2018_01_18_01_world.sql b/sql/updates/world/master/2021_06_16_04_world_2018_01_18_01_world.sql new file mode 100644 index 00000000000..70b72d77908 --- /dev/null +++ b/sql/updates/world/master/2021_06_16_04_world_2018_01_18_01_world.sql @@ -0,0 +1,3 @@ +-- amphitheater of anguish (12932) should be startable without completing "The Champion's Call!" (12974) +UPDATE `quest_template` SET `RewardNextQuest`=12932 WHERE `ID`=12974; +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=12932; |