mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Quest): Make Armaments of Battle repeatable (#8400)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633854420655916547');
|
||||
|
||||
-- Makes 3 Argent Dawn "Armaments of Battle" quests repeatable
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags`=`SpecialFlags`|1 WHERE `ID` IN (9223, 9227, 9228);
|
||||
|
||||
Reference in New Issue
Block a user