Core: Updated allowed build to 8.2.5.32494
Port From (https://github.com/TrinityCore/TrinityCore/commit/6aee80e61afbf14f2f85f67e1fa1b4e0a0f73741)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Game.Network
|
||||
static byte[] ContinuedSessionSeed = { 0x16, 0xAD, 0x0C, 0xD4, 0x46, 0xF9, 0x4F, 0xB2, 0xEF, 0x7D, 0xEA, 0x2A, 0x17, 0x66, 0x4D, 0x2F };
|
||||
static byte[] EncryptionKeySeed = { 0xE9, 0x75, 0x3C, 0x50, 0x90, 0x93, 0x61, 0xDA, 0x3B, 0x07, 0xEE, 0xFA, 0xFF, 0x9D, 0x41, 0xB8 };
|
||||
|
||||
static byte[] ClientTypeSeed_Wn64 = { 0x21, 0xF5, 0xA6, 0xFC, 0x7A, 0xD8, 0x9F, 0xBF, 0x41, 0x1F, 0xDA, 0x8B, 0x87, 0x38, 0x18, 0x6A };
|
||||
static byte[] ClientTypeSeed_Wn64 = { 0x58, 0x98, 0x4A, 0xCE, 0x04, 0x91, 0x94, 0x01, 0x83, 0x5C, 0x61, 0x30, 0x9A, 0x84, 0x8F, 0x8A };
|
||||
static byte[] ClientTypeSeed_Mc64 = { 0x34, 0x1C, 0xFE, 0xFE, 0x3D, 0x72, 0xAC, 0xA9, 0xA4, 0x40, 0x7D, 0xC5, 0x35, 0xDE, 0xD6, 0x6A };
|
||||
|
||||
public WorldSocket(Socket socket) : base(socket)
|
||||
|
||||
Reference in New Issue
Block a user