aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-06-30 16:51:48 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-13 00:42:19 +0100
commit94599bd32350958cab45129eaf5eef741c4c9971 (patch)
tree6a8982aff4f554f2c552475c9e0bb7e3535d4bbc
parentfce492d2e29f911ac078455ea356a1dd8325079a (diff)
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)
-rw-r--r--sql/updates/world/master/2021_12_12_17_world_2019_06_30_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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);