diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-12-04 00:06:22 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-12-04 00:06:22 +0100 |
commit | 65b91375e0a3b01eaacab77f973429b544c63a61 (patch) | |
tree | af81448e27642e0b1327f1429cf1e5fa158995b3 /src | |
parent | d02f3ca7cab196eb2b2b14410582aff009b04817 (diff) |
Core: Updated allowed build to 8.2.5.32722
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Server/WorldSocket.cpp | 2 | ||||
-rw-r--r-- | src/server/shared/Realm/RealmList.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/server/game/Server/WorldSocket.cpp b/src/server/game/Server/WorldSocket.cpp index 230feeb147d..ace6d375e48 100644 --- a/src/server/game/Server/WorldSocket.cpp +++ b/src/server/game/Server/WorldSocket.cpp @@ -69,7 +69,7 @@ uint8 const WorldSocket::SessionKeySeed[16] = { 0x58, 0xCB, 0xCF, 0x40, 0xFE, 0x uint8 const WorldSocket::ContinuedSessionSeed[16] = { 0x16, 0xAD, 0x0C, 0xD4, 0x46, 0xF9, 0x4F, 0xB2, 0xEF, 0x7D, 0xEA, 0x2A, 0x17, 0x66, 0x4D, 0x2F }; uint8 const WorldSocket::EncryptionKeySeed[16] = { 0xE9, 0x75, 0x3C, 0x50, 0x90, 0x93, 0x61, 0xDA, 0x3B, 0x07, 0xEE, 0xFA, 0xFF, 0x9D, 0x41, 0xB8 }; -uint8 const ClientTypeSeed_Wn64[16] = { 0x5D, 0x07, 0xEC, 0xE7, 0xD4, 0xA8, 0x67, 0xDD, 0xDE, 0x61, 0x5D, 0xAD, 0x22, 0xB7, 0x6D, 0x4E }; +uint8 const ClientTypeSeed_Wn64[16] = { 0x1A, 0x09, 0xBE, 0x1D, 0x38, 0xA1, 0x22, 0x58, 0x6B, 0x49, 0x31, 0xBE, 0xCC, 0xEA, 0xD4, 0xAA }; uint8 const ClientTypeSeed_Mc64[16] = { 0x34, 0x1C, 0xFE, 0xFE, 0x3D, 0x72, 0xAC, 0xA9, 0xA4, 0x40, 0x7D, 0xC5, 0x35, 0xDE, 0xD6, 0x6A }; WorldSocket::WorldSocket(tcp::socket&& socket) : Socket(std::move(socket)), diff --git a/src/server/shared/Realm/RealmList.cpp b/src/server/shared/Realm/RealmList.cpp index 576865ace52..8bc4726c17d 100644 --- a/src/server/shared/Realm/RealmList.cpp +++ b/src/server/shared/Realm/RealmList.cpp @@ -207,6 +207,7 @@ Realm const* RealmList::GetRealm(Battlenet::RealmHandle const& id) const // List of client builds for verbose version info in realmlist packet static RealmBuildInfo const ClientBuilds[] = { + { 32722, 8, 2, 5, ' ' }, { 32638, 8, 2, 5, ' ' }, { 32580, 8, 2, 5, ' ' }, { 32494, 8, 2, 5, ' ' }, |