Core: Updated allowed build to 9.1.0.40725
Port From (https://github.com/TrinityCore/TrinityCore/commit/2cf397c265380b366a5ab108963ad28cc0b7d9b7)
This commit is contained in:
@@ -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: 9.1.0.40593
|
The current support game version is: 9.1.0.40725
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
* Visual Studio 2019 with .NET 5.0 [Download](https://www.visualstudio.com/downloads/)
|
* Visual Studio 2019 with .NET 5.0 [Download](https://www.visualstudio.com/downloads/)
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
DELETE FROM `build_info` WHERE `build`=40725;
|
||||||
|
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
|
||||||
|
(40725,9,1,0,NULL,NULL,'C1EBDBEB9BB2956EBCCEF7C9D27A1B3B',NULL,NULL,NULL);
|
||||||
|
|
||||||
|
UPDATE `realmlist` SET `gamebuild`=40725 WHERE `gamebuild`=40593;
|
||||||
|
|
||||||
|
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '40725';
|
||||||
Reference in New Issue
Block a user