Fixed crashes and errors when loading into world.

This commit is contained in:
hondacrx
2022-06-21 14:56:22 -04:00
parent be8e18450e
commit 63cbd18350
12 changed files with 79 additions and 31 deletions
@@ -1244,7 +1244,7 @@ namespace Game.Networking.Packets
public override void Read()
{
_worldPacket.WriteUInt32(Ticks);
Ticks = _worldPacket.ReadUInt32();
}
}