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

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