mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Update realmd to not give vanilla clients session expired messages
This commit is contained in:
parent
fe7bf3f808
commit
d8a1fa4acb
2 changed files with 3 additions and 2 deletions
|
|
@ -834,7 +834,8 @@ bool AuthSocket::_HandleReconnectProof()
|
|||
ByteBuffer pkt;
|
||||
pkt << (uint8) CMD_AUTH_RECONNECT_PROOF;
|
||||
pkt << (uint8) 0x00;
|
||||
pkt << (uint16) 0x00; // 2 bytes zeros
|
||||
if (_build > 6141) // Last vanilla, 1.12.3
|
||||
pkt << (uint16) 0x00; // 2 bytes zeros
|
||||
send((char const*)pkt.contents(), pkt.size());
|
||||
|
||||
///- Set _authed to true!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue