mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/quest): Make 5 Craftsman's Writ quests repeatable (#8555)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634371491771697874');
|
||||
|
||||
-- Makes a number of Craftsman's Writ quests repeatable
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags`=`SpecialFlags`|1 WHERE `ID` IN (9181, 9190, 9195, 9205, 9206);
|
||||
|
||||
Reference in New Issue
Block a user