fix(DB/Quests): Repeatable flag for The Alliance Needs More Iron Bars! (#12981)

This commit is contained in:
Gultask
2022-09-06 14:59:54 -03:00
committed by GitHub
parent 146317dc85
commit 3f64c3759a

View File

@@ -0,0 +1,2 @@
--
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE `id`=8495;