mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Gameobject): Make all Everfrosts phasemask 15 (#23931)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user