fix(DB/Quest): Make Armaments of Battle repeatable (#8400)

This commit is contained in:
Azcobu
2021-10-11 08:45:42 +10:30
committed by GitHub
parent 6a46fcfb81
commit 9517b97400

View File

@@ -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);