fix(DB/Quest) - "Fine Gold Thread" is now repeatable (#22146)

This commit is contained in:
Ryan Turner 2025-06-06 22:52:50 +01:00 committed by GitHub
parent 0f26b634e3
commit e824525a31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Sets SpecialFlags from 0 to 1, allowing Fine Gold Thread to be repeatable.
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags` | 1 WHERE (`ID` = 4785);