From 015a46ea5daa319c0f002bb319ea10671d7f867c Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 18 Jan 2018 16:29:50 +0100 Subject: DB/Quest: Allow starting Amphitheater of Anguish (12932) without having completed The Champion's Call (12974) (cherry picked from commit 666bc163259280019d3b39584e432fb57b8d9072) --- sql/updates/world/master/2021_06_16_04_world_2018_01_18_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_06_16_04_world_2018_01_18_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3