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
@@ -5019,7 +5019,7 @@ namespace Game.Entities
SendPacket(setCollisionHeight);
MoveUpdateCollisionHeight updateCollisionHeight = new MoveUpdateCollisionHeight();
updateCollisionHeight.movementInfo = m_movementInfo;
updateCollisionHeight.Status = m_movementInfo;
updateCollisionHeight.Height = height;
updateCollisionHeight.Scale = GetObjectScale();
SendMessageToSet(updateCollisionHeight, false);