* added: also send own latency in ping packet
This commit is contained in:
parent
389799fa4e
commit
ef35b7bd09
@ -47,6 +47,7 @@ void WorldSession::SendPing(uint32 ping)
|
||||
return;
|
||||
WorldPacket packet;
|
||||
packet << ping;
|
||||
packet << GetLagMS();
|
||||
packet.SetOpcode(CMSG_PING);
|
||||
SendWorldPacket(packet);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user