Core/Entities: Phasing rewrite

This commit is contained in:
hondacrx
2018-03-28 11:09:30 -04:00
parent caad52f636
commit fa35d60f60
72 changed files with 2254 additions and 1146 deletions
@@ -721,7 +721,7 @@ namespace Scripts.Northrend.Ulduar.FlameLeviathan
{
float x, y, z;
me.GetPosition(out x, out y, out z);
z = me.GetMap().GetHeight(me.GetPhases(), x, y, z);
z = me.GetMap().GetHeight(me.GetPhaseShift(), x, y, z);
me.GetMotionMaster().MovePoint(0, x, y, z);
me.SetPosition(x, y, z, 0);
}