mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Quest) - "Fine Gold Thread" is now repeatable (#22146)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user