summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Turner <AugustoMendes4426@gmail.com>2025-09-14 09:25:25 +0100
committerGitHub <noreply@github.com>2025-09-14 09:25:25 +0100
commit7a15ccbe3033c62cccd22f76230e34df8d00b846 (patch)
tree0cef19e60ce783649e3016a07fc4391c3b97c397
parent6c12f0ff5f6f5245a0f891a80ad55c39fc578af5 (diff)
fix(DB/Quest) - Only allow either News for Rakoria or News from Zangarmarsh be picked up and completed (#22904)
-rw-r--r--data/sql/updates/pending_db_world/rev_1757775301662884000.sql2
1 files changed, 2 insertions, 0 deletions
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 0000000000..13da57c796
--- /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);