DB/Quest: Make 3 Armaments of Battle quests repeatable

Closes #27071

(cherry picked from commit d2f887a226338b27c04bf9ec95dd5a26235e9bf3)
This commit is contained in:
Azcobu
2022-03-20 15:58:45 +01:00
committed by Shauren
parent 81eb69a883
commit bfc1cb60e7
@@ -0,0 +1,2 @@
-- Makes 3 Argent Dawn "Armaments of Battle" quests repeatable
UPDATE `quest_template_addon` SET `SpecialFlags`=`SpecialFlags`| 1 WHERE `ID` IN (9223, 9227, 9228);