mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobject: Make ICC InstancePortals, Meeting Stone and Spirit Healer visible for phase 4 too
closes #31360 by CraftedRO
This commit is contained in:
3
sql/updates/world/3.3.5/2025_10_12_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2025_10_12_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `phaseMask`=`phaseMask`|4 WHERE `guid` IN (151102,151103,151104,151105,151106) AND `id` IN (202184,202347,202348,202349,202350);
|
||||
UPDATE `creature` SET `phaseMask`=`phaseMask`|4|256 WHERE `guid`=79368 AND `id`=6491;
|
||||
Reference in New Issue
Block a user