diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-03-23 18:02:48 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-03-23 18:02:48 +0100 |
| commit | 1d7f15452292819dd84b0e7646a03b366cb47612 (patch) | |
| tree | 0895d699b024b260e9cd54b26745e4be4d7997bd /sql/updates | |
| parent | 12c10220309b22bbeabe4070023cf0c94ac4dcae (diff) | |
Core: Updated allowed build to 8.3.0.33775
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2020_03_23_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_03_23_00_auth.sql b/sql/updates/auth/master/2020_03_23_00_auth.sql new file mode 100644 index 00000000000..c17523f59b8 --- /dev/null +++ b/sql/updates/auth/master/2020_03_23_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=33775; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(33775,8,3,0,NULL,NULL,'B826300A8449ED0F6EF16EA747FA2D2E',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=33775 WHERE `gamebuild`=33724; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33775'; |
