fix(DB/Quest) - Remember Everfrost! is now repetable (#23878)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2025-11-25 00:53:35 +00:00
committed by GitHub
parent b92976fa50
commit ae3ff5f840

View File

@@ -0,0 +1,2 @@
-- Makes the quest "Remember Everfrost" repetable
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags` | 1 WHERE `ID` = 13421;