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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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