Core: Updated allowed build to 8.3.0.34220

Port From (https://github.com/TrinityCore/TrinityCore/commit/fbd74eb5d8b5aa3a6874ee99044054e097b5ef21)
This commit is contained in:
hondacrx
2020-05-19 14:48:24 -04:00
parent d8558a57ef
commit efe2cb66e7
2 changed files with 13 additions and 4 deletions
@@ -0,0 +1,7 @@
DELETE FROM `build_info` WHERE `build`=34220;
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(34220,8,3,0,NULL,NULL,'B5E35B976C6BAF82505700E7D9666A2C',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=34220 WHERE `gamebuild`=33941;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '34220';