mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix wrong phases
This commit is contained in:
5
sql/updates/world/2016_01_16_00_world_335.sql
Normal file
5
sql/updates/world/2016_01_16_00_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `phaseMask`=1 WHERE `id` IN (25328,31105) AND `guid` IN (26169,68282);
|
||||
UPDATE `creature` SET `phaseMask`=16 WHERE `id` IN (38421, 37950);
|
||||
UPDATE `creature` SET `phaseMask`=64 WHERE `id` IN (31314, 30698, 31306, 31428);
|
||||
UPDATE `creature` SET `phaseMask`=255 WHERE `phaseMask` =131;
|
||||
Reference in New Issue
Block a user