diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-04-30 00:41:52 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-04-30 00:41:52 +0200 |
| commit | fbd74eb5d8b5aa3a6874ee99044054e097b5ef21 (patch) | |
| tree | 6241a18bb4570c142d11e1079e88c24476500e85 /sql/updates/auth | |
| parent | 98b1c02a1c68bd016359f5bbdad0271aebc0a401 (diff) | |
Core: Updated allowed build to 8.3.0.34220
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2020_04_30_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_04_30_00_auth.sql b/sql/updates/auth/master/2020_04_30_00_auth.sql new file mode 100644 index 00000000000..7a9c08672b5 --- /dev/null +++ b/sql/updates/auth/master/2020_04_30_00_auth.sql @@ -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'; |
