diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-12-07 16:25:53 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-12-08 18:16:47 +0100 |
| commit | 75c227d1a09110f67a71dc896703db21ecf5317e (patch) | |
| tree | 22a285b7b46ba88121727381443a6aa593917e85 /sql/updates/auth/master | |
| parent | 7a406db50626ba9e9a64c8c3d9b6e5b7310ac527 (diff) | |
Core: Updated allowed build to 9.0.2.36753
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2020_12_06_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_12_06_00_auth.sql b/sql/updates/auth/master/2020_12_06_00_auth.sql new file mode 100644 index 00000000000..b5f8c3e86a7 --- /dev/null +++ b/sql/updates/auth/master/2020_12_06_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=36753; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(36753,9,0,2,NULL,NULL,'386FDE8559B5EAD67B791B490B200B88',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=36753 WHERE `gamebuild`=35662; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '36753'; |
