fix(DB/Quest) - "Fine Gold Thread" is now repeatable (#22146)
This commit is contained in:
parent
0f26b634e3
commit
e824525a31
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue