fixed version check
This commit is contained in:
parent
8e7126ce28
commit
a945ee7511
1 changed files with 1 additions and 1 deletions
|
@ -1529,7 +1529,7 @@ EQ2Packet* PlayerInfo::serialize(int16 version, int16 modifyPos, int32 modifyVal
|
|||
//DumpPacket(tmp, size);
|
||||
}
|
||||
|
||||
if (GetVersion() >= 546)
|
||||
if (version >= 546)
|
||||
{
|
||||
PacketStruct* control_packet = configReader.getStruct("WS_SetControlGhost", version);
|
||||
if (control_packet) {
|
||||
|
|
Loading…
Add table
Reference in a new issue