Fixed realmid on realmlist packet
This commit is contained in:
@@ -1030,7 +1030,7 @@ bool AuthSocket::_HandleRealmList()
|
|||||||
pkt << AmountOfCharacters;
|
pkt << AmountOfCharacters;
|
||||||
pkt << realm.timezone; // realm category
|
pkt << realm.timezone; // realm category
|
||||||
if (_expversion & POST_BC_EXP_FLAG) // 2.x and 3.x clients
|
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
|
else
|
||||||
pkt << uint8(0x0); // 1.12.1 and 1.12.2 clients
|
pkt << uint8(0x0); // 1.12.1 and 1.12.2 clients
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user