fix(DB/Loot): Remove quest requirement from Everfrost Chip (repeatable) (#23821)

This commit is contained in:
Andrew
2025-11-21 02:15:43 -03:00
committed by GitHub
parent d7e03cca4c
commit a0002f3db8

View File

@@ -0,0 +1,2 @@
--
UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Item` = 44724;