mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Misc: Fix some phases of spawns
This commit is contained in:
@@ -1 +1 @@
|
|||||||
UPDATE `gameobject` SET `PhaseId`=0 WHERE `PhaseGroup`>0;
|
UPDATE `gameobject` SET `PhaseId`=0 WHERE `PhaseGroup`>0;
|
||||||
|
|||||||
3
sql/updates/world/2016_01_15_00_world.sql
Normal file
3
sql/updates/world/2016_01_15_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
--
|
||||||
|
UPDATE `creature` SET `PhaseId`=177 WHERE `phaseMask`=256;
|
||||||
|
UPDATE `gameobject` SET `PhaseId`=177 WHERE `phaseMask`=256;
|
||||||
Reference in New Issue
Block a user