Skip to content

Commit 114fcfc

Browse files
authored
DB/Gameobject: Make ICC InstancePortals, Meeting Stone and Spirit Healer visible for phase 4 too
closes #31360 by CraftedRO
1 parent 9d86215 commit 114fcfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--
2+
UPDATE `gameobject` SET `phaseMask`=`phaseMask`|4 WHERE `guid` IN (151102,151103,151104,151105,151106) AND `id` IN (202184,202347,202348,202349,202350);
3+
UPDATE `creature` SET `phaseMask`=`phaseMask`|4|256 WHERE `guid`=79368 AND `id`=6491;

0 commit comments

Comments
 (0)