Fixed realmid on realmlist packet
This commit is contained in:
parent
9d2395e1d3
commit
502e2ad19a
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ bool AuthSocket::_HandleRealmList()
|
|||
pkt << AmountOfCharacters;
|
||||
pkt << realm.timezone; // realm category
|
||||
if (_expversion & POST_BC_EXP_FLAG) // 2.x and 3.x clients
|
||||
pkt << uint8(0x2C); // unk, may be realm number/id?
|
||||
pkt << uint8(realm.m_ID);
|
||||
else
|
||||
pkt << uint8(0x0); // 1.12.1 and 1.12.2 clients
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue