Fix login

This commit is contained in:
Hondacrx
2024-11-16 23:05:45 -05:00
parent 76b0d747d3
commit 406aa5e445
26 changed files with 151 additions and 76 deletions
@@ -11,9 +11,6 @@ namespace Game.Networking.Packets
public override void Write()
{
_worldPacket.WriteUInt16(MapID);
_worldPacket.WriteUInt32(NumObjUpdates);
_worldPacket.WriteBit(true); // unk
_worldPacket.WriteBytes(Data);
}