diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-08-06 20:43:38 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-06 20:43:38 +0200 |
| commit | 05d457455af9656fa29fac035dc3c2f8ee9d3c27 (patch) | |
| tree | c5e38507d62761b7a50d00f6aa8e86ac19d9b5cf /sql/updates/auth | |
| parent | f709d77ed6378be2f006326d1ed8ce2d21fcf72e (diff) | |
Core: Updated allowed build to 8.3.7.35435
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2020_08_06_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_08_06_00_auth.sql b/sql/updates/auth/master/2020_08_06_00_auth.sql new file mode 100644 index 00000000000..5500f01eb42 --- /dev/null +++ b/sql/updates/auth/master/2020_08_06_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=35435; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(35435,8,3,7,NULL,NULL,'BB397A92FE23740EA52FC2B5BA2EC8E0',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=35435 WHERE `gamebuild`=35284; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '35435'; |
