Core/Movement: minor MotionMaster refactor

This commit is contained in:
hondacrx
2018-03-12 12:55:35 -04:00
parent d953507178
commit 54520c3c18
2 changed files with 26 additions and 26 deletions
+1
View File
@@ -181,6 +181,7 @@ namespace Game.Entities
UpdateSplineMovement(diff);
GetMotionMaster().UpdateMotion(diff);
UpdateUnderwaterState(GetMap(), GetPositionX(), GetPositionY(), GetPositionZ());
}
void _UpdateSpells(uint diff)
{