Core: Updated allowed build to 10.0.2.47631

Port From (https://github.com/TrinityCore/TrinityCore/commit/7c7bc5a5ce7388801a1d8c822b1b98a9fd5f7b08)
This commit is contained in:
hondacrx
2023-01-23 00:29:27 -05:00
parent 6b84616957
commit eed3dee85e
3 changed files with 16 additions and 7 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
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: 10.0.2.47213 The current support game version is: 10.0.2.47631
### Prerequisites ### Prerequisites
* .NET 6.0 SDK [Download](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) * .NET 7.0 SDK [Download](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
* MariaDB 10.6 or higher [Download](https://mariadb.org/download/) * MariaDB 10.6 or higher [Download](https://mariadb.org/download/)
* Optional: Visual Studio 2022, Visual Studio Code or Jetbrains Rider * Optional: Visual Studio 2022, Visual Studio Code or Jetbrains Rider
@@ -16,7 +16,7 @@ The current support game version is: 10.0.2.47213
* Make sure Conf files are updated and point the the correct folders and sql user and databases * Make sure Conf files are updated and point the the correct folders and sql user and databases
### Installing the database ### Installing the database
* Download the full Trinity Core database (TDB 925.22071) [Download](https://github.com/TrinityCore/TrinityCore/releases) * Download the full Trinity Core database (TDB 1002.22121) [Download](https://github.com/TrinityCore/TrinityCore/releases)
* Extract the sql files into the core sql folder (ex: C:\CypherCore\sql) * Extract the sql files into the core sql folder (ex: C:\CypherCore\sql)
### Playing ### Playing
+6 -4
View File
@@ -684,7 +684,8 @@ INSERT INTO `build_info` VALUES
(46924,10,0,2,NULL,NULL,'E6CE0B1A8119F069ECF1E7DBAA7BB2F8',NULL,NULL,NULL), (46924,10,0,2,NULL,NULL,'E6CE0B1A8119F069ECF1E7DBAA7BB2F8',NULL,NULL,NULL),
(47067,10,0,2,NULL,NULL,'63862CFCDEA6BD2BD7F740EB36B65657',NULL,NULL,NULL), (47067,10,0,2,NULL,NULL,'63862CFCDEA6BD2BD7F740EB36B65657',NULL,NULL,NULL),
(47187,10,0,2,NULL,NULL,'711F8455C5000C237292E1E6E90631E1',NULL,NULL,NULL), (47187,10,0,2,NULL,NULL,'711F8455C5000C237292E1E6E90631E1',NULL,NULL,NULL),
(47213,10,0,2,NULL,NULL,'23C50D88CEAC0A8696ADDE8DD244D4A2',NULL,NULL,NULL); (47213,10,0,2,NULL,NULL,'23C50D88CEAC0A8696ADDE8DD244D4A2',NULL,NULL,NULL),
(47631,10,0,2,NULL,NULL,'F986AB91D0AEB20822EFB72F4256713C',NULL,NULL,NULL);
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */; /*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@@ -2292,7 +2293,7 @@ CREATE TABLE `realmlist` (
`timezone` tinyint unsigned NOT NULL DEFAULT '0', `timezone` tinyint unsigned NOT NULL DEFAULT '0',
`allowedSecurityLevel` tinyint unsigned NOT NULL DEFAULT '0', `allowedSecurityLevel` tinyint unsigned NOT NULL DEFAULT '0',
`population` float unsigned NOT NULL DEFAULT '0', `population` float unsigned NOT NULL DEFAULT '0',
`gamebuild` int unsigned NOT NULL DEFAULT '47213', `gamebuild` int unsigned NOT NULL DEFAULT '47631',
`Region` tinyint unsigned NOT NULL DEFAULT '1', `Region` tinyint unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1', `Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
@@ -2307,7 +2308,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,47213,1,1); (1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,47631,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@@ -2641,7 +2642,8 @@ INSERT INTO `updates` VALUES
('2022_12_17_01_auth.sql','5D1E2EA3C3CE087F7FB647CD0DE000979961863C','ARCHIVED','2022-12-17 13:09:19',0), ('2022_12_17_01_auth.sql','5D1E2EA3C3CE087F7FB647CD0DE000979961863C','ARCHIVED','2022-12-17 13:09:19',0),
('2022_12_20_00_auth.sql','BA88146743B060A14937688C0DB94BF11C6CF1BA','ARCHIVED','2022-12-20 03:10:07',0), ('2022_12_20_00_auth.sql','BA88146743B060A14937688C0DB94BF11C6CF1BA','ARCHIVED','2022-12-20 03:10:07',0),
('2022_12_21_00_auth.sql','B395CAE993D65E035AA621941D4C384E2E2E7DF5','RELEASED','2022-12-21 01:16:56',0), ('2022_12_21_00_auth.sql','B395CAE993D65E035AA621941D4C384E2E2E7DF5','RELEASED','2022-12-21 01:16:56',0),
('2022_12_22_00_auth.sql','BBF3CDD7927520F0381ECEF1F30152CBD5344D6A','RELEASED','2022-12-22 16:35:36',0); ('2022_12_22_00_auth.sql','BBF3CDD7927520F0381ECEF1F30152CBD5344D6A','RELEASED','2022-12-22 16:35:36',0),
('2023_01_17_00_auth.sql','EAEA99DF10DCC648C161D836FFA681D5B0F4CDC3','RELEASED','2023-01-17 18:41:32',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */; /*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=47631;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(47631,10,0,2,NULL,NULL,'F986AB91D0AEB20822EFB72F4256713C',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=47631 WHERE `gamebuild`=47213;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '47631';