From 7a15ccbe3033c62cccd22f76230e34df8d00b846 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Sun, 14 Sep 2025 09:25:25 +0100 Subject: [PATCH] fix(DB/Quest) - Only allow either News for Rakoria or News from Zangarmarsh be picked up and completed (#22904) --- data/sql/updates/pending_db_world/rev_1757775301662884000.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1757775301662884000.sql diff --git a/data/sql/updates/pending_db_world/rev_1757775301662884000.sql b/data/sql/updates/pending_db_world/rev_1757775301662884000.sql new file mode 100644 index 000000000..13da57c79 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1757775301662884000.sql @@ -0,0 +1,2 @@ +-- From 0 to 9796 ExclusiveGroup for "News from Zangarmarsh" and "News for Rakoria" +UPDATE `quest_template_addon` SET `ExclusiveGroup` = 9796 WHERE `ID` IN (9796, 10105);