Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
This commit is contained in:
@@ -69,6 +69,9 @@ public class PacketLog
|
||||
else
|
||||
Buffer.BlockCopy(address.GetAddressBytes(), 0, SocketIPBytes, 0, 16);
|
||||
|
||||
if (!isClientPacket)
|
||||
data.Combine(new byte[2]);
|
||||
|
||||
writer.Write(data.Length + 4);
|
||||
writer.Write(SocketIPBytes);
|
||||
writer.Write(port);
|
||||
|
||||
Reference in New Issue
Block a user