fix(DB/Gameobject): Make all Everfrosts phasemask 15 (#23931)

This commit is contained in:
Ryan Turner
2025-11-27 11:35:05 +00:00
committed by GitHub
parent 7693f24d91
commit 792445c378

View File

@@ -0,0 +1,2 @@
-- Sets all Everfrost Gameobjects to be able to seen in phase 1, 2, 4, 8 and 12
UPDATE `gameobject` SET `phaseMask` = 15 WHERE `id` = 193997;