mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Potential fix for RoF2 random crashes during zoning.
This commit is contained in:
parent
4ef3c7a9f4
commit
b682a2f97a
@ -2551,6 +2551,8 @@ namespace RoF2
|
||||
outapp->WriteUInt32(0); // Unknown
|
||||
outapp->WriteUInt32(0); // Unknown
|
||||
|
||||
// Think we need 1 byte of padding at the end
|
||||
outapp->WriteUInt8(0); // Unknown
|
||||
|
||||
_log(NET__STRUCTS, "Player Profile Packet is %i bytes", outapp->GetWritePosition());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user