fix(DB/Quest) - Only allow either News for Rakoria or News from Zangarmarsh be picked up and completed (#22904)

This commit is contained in:
Ryan Turner 2025-09-14 09:25:25 +01:00 committed by GitHub
parent 6c12f0ff5f
commit 7a15ccbe30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);