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;