aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-11-13 12:02:51 +0100
committerShauren <shauren.trinity@gmail.com>2019-11-13 12:02:51 +0100
commit6aee80e61afbf14f2f85f67e1fa1b4e0a0f73741 (patch)
treef6d3d58749f40ea43948e07f461b922138633b4f /src
parentce8f9b9a4efc8a3f110465db5310f08067658f60 (diff)
Core: Updated allowed build to 8.2.5.32494
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Server/WorldSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/WorldSocket.cpp b/src/server/game/Server/WorldSocket.cpp
index f17e8e11317..0289bcb4fc0 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] = { 0x21, 0xF5, 0xA6, 0xFC, 0x7A, 0xD8, 0x9F, 0xBF, 0x41, 0x1F, 0xDA, 0x8B, 0x87, 0x38, 0x18, 0x6A };
+uint8 const ClientTypeSeed_Wn64[16] = { 0x58, 0x98, 0x4A, 0xCE, 0x04, 0x91, 0x94, 0x01, 0x83, 0x5C, 0x61, 0x30, 0x9A, 0x84, 0x8F, 0x8A };
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)),