aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-06-30 16:51:48 +0200
committerGitHub <noreply@github.com>2019-06-30 16:51:48 +0200
commit5aedc4a5102858f4bab35721fd5ff8e2234f3181 (patch)
tree48a49491d496fa24d0d784352e4d2a52251f801e
parentb9a80959673a377bce537d32a7dacaa732761d55 (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.
-rw-r--r--sql/updates/world/3.3.5/2019_06_30_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_30_00_world.sql b/sql/updates/world/3.3.5/2019_06_30_00_world.sql
new file mode 100644
index 00000000000..5f3892e78fa
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_30_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID` IN (9884, 9885, 9887);