Fix loading into world.

This commit is contained in:
hondacrx
2021-04-13 01:23:54 -04:00
parent b0e28e1478
commit 99350e6dc6
22 changed files with 78 additions and 171 deletions
@@ -316,10 +316,10 @@ namespace Game.Networking.Packets
public override void Write()
{
_worldPacket.WriteUInt32(Time);
_worldPacket.WriteInt64(Time);
}
public uint Time;
public long Time;
}
public class TutorialFlags : ServerPacket