aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-18 16:29:50 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-01-18 16:29:50 +0100
commit666bc163259280019d3b39584e432fb57b8d9072 (patch)
tree39d9333559dc267a78b33f075acd6d9707649f42
parent0319c713a40489f7e29762cfdfbaa2df7701d4ab (diff)
DB/Quest: Allow starting Amphitheater of Anguish (12932) without having completed The Champion's Call (12974)
-rw-r--r--sql/updates/world/3.3.5/2018_01_18_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_18_01_world.sql b/sql/updates/world/3.3.5/2018_01_18_01_world.sql
new file mode 100644
index 00000000000..70b72d77908
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;