diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-11-23 12:28:18 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-11-23 12:28:18 +0100 |
commit | 387705a8fceb3072581872680201a7642dec93d8 (patch) | |
tree | dbb7ff6e8e9689e49f5676f59d714e3d85887537 /src | |
parent | 0a2d9ad2f7673e2b7ee62b7cc6f1a19639d37864 (diff) |
Core: Updated allowed build to 8.2.5.32638
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 eedcc4f400f..230feeb147d 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] = { 0x87, 0xC2, 0xFA, 0xA0, 0xD7, 0x93, 0x1B, 0xF0, 0x16, 0x29, 0x90, 0x25, 0xC0, 0xDD, 0xCA, 0x14 }; +uint8 const ClientTypeSeed_Wn64[16] = { 0x5D, 0x07, 0xEC, 0xE7, 0xD4, 0xA8, 0x67, 0xDD, 0xDE, 0x61, 0x5D, 0xAD, 0x22, 0xB7, 0x6D, 0x4E }; 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 391dee3fc07..576865ace52 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[] = { + { 32638, 8, 2, 5, ' ' }, { 32580, 8, 2, 5, ' ' }, { 32494, 8, 2, 5, ' ' }, { 28938, 8, 1, 5, ' ' }, |