From 94599bd32350958cab45129eaf5eef741c4c9971 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sun, 30 Jun 2019 16:51:48 +0200 Subject: DB/Quest: remove quest requirements from the Consortium monthly quests. Only one is available each month, based on reputation standing. They're not chained. (cherry picked from commit 5aedc4a5102858f4bab35721fd5ff8e2234f3181) --- sql/updates/world/master/2021_12_12_17_world_2019_06_30_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_12_17_world_2019_06_30_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_12_17_world_2019_06_30_00_world.sql b/sql/updates/world/master/2021_12_12_17_world_2019_06_30_00_world.sql new file mode 100644 index 00000000000..5f3892e78fa --- /dev/null +++ b/sql/updates/world/master/2021_12_12_17_world_2019_06_30_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID` IN (9884, 9885, 9887); -- cgit v1.2.3