fix(DB/Gameobject): Everfrost Chip nows is seen by all possible phases used in Northrend (#23934)

This commit is contained in:
Ryan Turner 2025-11-27 22:01:48 +00:00 committed by GitHub
parent 42d71928d9
commit 1f176a3afb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Following the same rule as the herbs, ores and fishing for the everfrost to be visible by all possible, they all use phase 255.
UPDATE `gameobject` SET `phaseMask` = 255 WHERE `id` = 193997;