Core: Updated to 8.3.7.35249

Port From (https://github.com/TrinityCore/TrinityCore/commit/8f9a69c9fa812b82af97809e445fc176b28f90eb)
This commit is contained in:
hondacrx
2020-07-24 18:21:50 -04:00
parent b628eaec35
commit c203379108
5 changed files with 234 additions and 199 deletions
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=35249;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(35249,8,3,7,NULL,NULL,'C7B11F9AE9FF1409F5582902B3D10D1C',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=35249 WHERE `gamebuild`=34963;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '35249';