Core: Updated allowed build to 8.2.5.32580

Port From (https://github.com/TrinityCore/TrinityCore/commit/dd39f2c1a720083a65ce95b9071c8480baa4e1dd)
This commit is contained in:
hondacrx
2019-11-21 14:55:55 -05:00
parent 747899d7db
commit c05d592f4c
5 changed files with 11 additions and 5 deletions
+2
View File
@@ -122,6 +122,8 @@ public class RealmManager : Singleton<RealmManager>
// List of client builds for verbose version info in realmlist packet
RealmBuildInfo[] ClientBuilds =
{
new RealmBuildInfo(32580, 8, 2, 5, ' ' ),
new RealmBuildInfo(32494, 8, 2, 5, ' ' ),
new RealmBuildInfo(28938, 8, 1, 5, ' ' ),
new RealmBuildInfo(21355, 6, 2, 4, ' ' ),
new RealmBuildInfo(20726, 6, 2, 3, ' ' ),
+1 -1
View File
@@ -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 = { 0x58, 0x98, 0x4A, 0xCE, 0x04, 0x91, 0x94, 0x01, 0x83, 0x5C, 0x61, 0x30, 0x9A, 0x84, 0x8F, 0x8A };
static byte[] ClientTypeSeed_Wn64 = { 0x87, 0xC2, 0xFA, 0xA0, 0xD7, 0x93, 0x1B, 0xF0, 0x16, 0x29, 0x90, 0x25, 0xC0, 0xDD, 0xCA, 0x14 };
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)