From d477f9b8f318c9e2149e3bbd762de1896a105bb1 Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:17:35 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/QuestTemplateAddon):=20Membership=20Bene?= =?UTF-8?q?fits=20should=20not=20have=20quest=E2=80=A6=20(#14305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(DB/QuestTemplateAddon): Membership Benefits should not have quest requirement * Update consortmonthly.sql --- data/sql/updates/pending_db_world/consortmonthly.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/consortmonthly.sql diff --git a/data/sql/updates/pending_db_world/consortmonthly.sql b/data/sql/updates/pending_db_world/consortmonthly.sql new file mode 100644 index 000000000..c827b9c78 --- /dev/null +++ b/data/sql/updates/pending_db_world/consortmonthly.sql @@ -0,0 +1,2 @@ +UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` IN (9884,9885,9887); +UPDATE `quest_template_addon` SET `ExclusiveGroup` = 9884 WHERE `ID` IN (9884,9885,9887,9886);