Core: Updated allowed build to 9.2.5.43971

Port From (https://github.com/TrinityCore/TrinityCore/commit/218cd61b5f19080de44a657950e4dc570f1da048)
This commit is contained in:
hondacrx
2022-06-03 20:13:15 -04:00
parent 5ead95eb9f
commit 7398576615
3 changed files with 14 additions and 5 deletions
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=43971;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(43971,9,2,5,NULL,NULL,'681CF99E61FB0005A5C7D31D0AAD1ED9',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=43971 WHERE `gamebuild`=43345;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '43971';