fix(DB/Quest): Make Sealed Vial of Poison Repeatable (#24345)

This commit is contained in:
Gultask 2026-01-07 16:06:30 -03:00 committed by GitHub
parent fc36f1b68c
commit 2e919afbe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE (`ID` = 13845);