DoF client also can support /speed command
This commit is contained in:
parent
9cbdc2b2b1
commit
968c4222ea
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 (GetVersion() >= 546)
|
||||
{
|
||||
PacketStruct* control_packet = configReader.getStruct("WS_SetControlGhost", version);
|
||||
if (control_packet) {
|
||||
|
|
Loading…
Add table
Reference in a new issue