DoF client also can support /speed command

This commit is contained in:
Image 2020-07-18 22:10:20 -04:00
parent 9cbdc2b2b1
commit 968c4222ea

View file

@ -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) {