Core: Updated allowed build to 8.3.7.35662

Port From (https://github.com/TrinityCore/TrinityCore/commit/2cb0d575abf65f05ef6d6c430fe7147bbc417e76)
This commit is contained in:
hondacrx
2020-09-03 11:26:59 -04:00
parent 2820d45a0d
commit 5c99f6faf3
3 changed files with 14 additions and 5 deletions
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=35662;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(35662,8,3,7,NULL,NULL,'578BC94870C278CB6962F30E6DC203BB',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=35662 WHERE `gamebuild`=35435;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '35662';