Renamed "movementInfo" to "Status" in movement packets

This commit is contained in:
hondacrx
2017-08-17 14:11:00 -04:00
parent 8d113d506d
commit d28edcd2fc
6 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -653,7 +653,7 @@ namespace Game.Chat
else
{
MoveUpdate moveUpdate = new MoveUpdate();
moveUpdate.movementInfo = target.m_movementInfo;
moveUpdate.Status = target.m_movementInfo;
target.SendMessageToSet(moveUpdate, true);
}