diff options
author | Ryan Turner <AugustoMendes4426@gmail.com> | 2025-09-14 09:25:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-14 09:25:25 +0100 |
commit | 7a15ccbe3033c62cccd22f76230e34df8d00b846 (patch) | |
tree | 0cef19e60ce783649e3016a07fc4391c3b97c397 | |
parent | 6c12f0ff5f6f5245a0f891a80ad55c39fc578af5 (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.sql | 2 |
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); |