Skip to content

Commit

Permalink
Login packet updated for 4.0201.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle873 committed May 1, 2016
1 parent 8d754f8 commit 5ed931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PolarisServer/Packets/Handlers/Login.cs
Expand Up @@ -21,7 +21,7 @@ public override void HandlePacket(Client context, byte flags, byte[] data, uint
var macCount = reader.ReadMagic(0x5E6, 107);
reader.BaseStream.Seek(0x1C * macCount, SeekOrigin.Current);

reader.BaseStream.Seek(0x134, SeekOrigin.Current);
reader.BaseStream.Seek(0x154, SeekOrigin.Current);

var username = reader.ReadFixedLengthAscii(64);
var password = reader.ReadFixedLengthAscii(64);
Expand Down

0 comments on commit 5ed931c

Please sign in to comment.