Core: Updated allowed build to 8.2.5.32722

Port From (https://github.com/TrinityCore/TrinityCore/commit/65b91375e0a3b01eaacab77f973429b544c63a61)
This commit is contained in:
hondacrx
2019-12-04 23:19:32 -05:00
parent 4e7005830f
commit 86e1065da0
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
CypherCore is an open source server project for World of Warcraft written in C#. CypherCore is an open source server project for World of Warcraft written in C#.
The current support game version is: 8.2.5.32638 The current support game version is: 8.2.5.32722
### Prerequisites ### Prerequisites
* Visual Studio 2017 with netcore 2.2 [Download](https://www.visualstudio.com/downloads/) * Visual Studio 2017 with netcore 2.2 [Download](https://www.visualstudio.com/downloads/)
+1
View File
@@ -122,6 +122,7 @@ public class RealmManager : Singleton<RealmManager>
// List of client builds for verbose version info in realmlist packet // List of client builds for verbose version info in realmlist packet
RealmBuildInfo[] ClientBuilds = RealmBuildInfo[] ClientBuilds =
{ {
new RealmBuildInfo(32722, 8, 2, 5, ' ' ),
new RealmBuildInfo(32638, 8, 2, 5, ' ' ), new RealmBuildInfo(32638, 8, 2, 5, ' ' ),
new RealmBuildInfo(32580, 8, 2, 5, ' ' ), new RealmBuildInfo(32580, 8, 2, 5, ' ' ),
new RealmBuildInfo(32494, 8, 2, 5, ' ' ), new RealmBuildInfo(32494, 8, 2, 5, ' ' ),
+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[] 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[] EncryptionKeySeed = { 0xE9, 0x75, 0x3C, 0x50, 0x90, 0x93, 0x61, 0xDA, 0x3B, 0x07, 0xEE, 0xFA, 0xFF, 0x9D, 0x41, 0xB8 };
static byte[] ClientTypeSeed_Wn64 = { 0x5D, 0x07, 0xEC, 0xE7, 0xD4, 0xA8, 0x67, 0xDD, 0xDE, 0x61, 0x5D, 0xAD, 0x22, 0xB7, 0x6D, 0x4E }; static byte[] ClientTypeSeed_Wn64 = { 0x1A, 0x09, 0xBE, 0x1D, 0x38, 0xA1, 0x22, 0x58, 0x6B, 0x49, 0x31, 0xBE, 0xCC, 0xEA, 0xD4, 0xAA };
static byte[] ClientTypeSeed_Mc64 = { 0x34, 0x1C, 0xFE, 0xFE, 0x3D, 0x72, 0xAC, 0xA9, 0xA4, 0x40, 0x7D, 0xC5, 0x35, 0xDE, 0xD6, 0x6A }; 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) public WorldSocket(Socket socket) : base(socket)
+4 -3
View File
@@ -2009,7 +2009,7 @@ CREATE TABLE `realmlist` (
`timezone` tinyint(3) unsigned NOT NULL DEFAULT '0', `timezone` tinyint(3) unsigned NOT NULL DEFAULT '0',
`allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', `allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`population` float unsigned NOT NULL DEFAULT '0', `population` float unsigned NOT NULL DEFAULT '0',
`gamebuild` int(10) unsigned NOT NULL DEFAULT '32638', `gamebuild` int(10) unsigned NOT NULL DEFAULT '32722',
`Region` tinyint(3) unsigned NOT NULL DEFAULT '1', `Region` tinyint(3) unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1', `Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
@@ -2024,7 +2024,7 @@ CREATE TABLE `realmlist` (
LOCK TABLES `realmlist` WRITE; LOCK TABLES `realmlist` WRITE;
/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */; /*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
INSERT INTO `realmlist` VALUES INSERT INTO `realmlist` VALUES
(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,32638,1,1); (1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,32722,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@@ -2191,7 +2191,8 @@ INSERT INTO `updates` VALUES
('2019_10_27_00_auth.sql','C943A651B5C9AC51BB7DF69821886F4B59F57153','RELEASED','2019-10-27 13:06:06',0), ('2019_10_27_00_auth.sql','C943A651B5C9AC51BB7DF69821886F4B59F57153','RELEASED','2019-10-27 13:06:06',0),
('2019_11_13_00_auth.sql','EB680BA7D6B3A21A432687F452CDD86FB2DA677C','RELEASED','2019-11-13 11:49:55',0), ('2019_11_13_00_auth.sql','EB680BA7D6B3A21A432687F452CDD86FB2DA677C','RELEASED','2019-11-13 11:49:55',0),
('2019_11_20_00_auth.sql','9BC11595D9CEA486AC1540A204DCE9D86A008D7D','RELEASED','2019-11-20 12:31:56',0), ('2019_11_20_00_auth.sql','9BC11595D9CEA486AC1540A204DCE9D86A008D7D','RELEASED','2019-11-20 12:31:56',0),
('2019_11_23_00_auth.sql','098708CDC5614B4523AD3B17670939671E661443','RELEASED','2019-11-23 12:20:03',0); ('2019_11_23_00_auth.sql','098708CDC5614B4523AD3B17670939671E661443','RELEASED','2019-11-23 12:20:03',0),
('2019_12_04_00_auth.sql','4EB3D028DD80B18DA9B9250ADA4D22AA0D3C0447','RELEASED','2019-12-04 18:03:39',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */; /*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=32722 WHERE `gamebuild`=32638;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32722';