fix(DB/Quest): Make Armaments of Battle repeatable (#8400)
This commit is contained in:
parent
6a46fcfb81
commit
9517b97400
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue