Fixed realmid on realmlist packet

This commit is contained in:
Yehonal
2017-09-16 01:15:31 +02:00
parent 9d2395e1d3
commit 502e2ad19a

View File

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