diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-03-01 16:18:07 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-01 16:18:07 +0100 |
| commit | 97406ce162cfb331d572c720e20e41792cd6a049 (patch) | |
| tree | 686ad47cac7dd655cf0e3415daa90d25fe0accb3 /sql/updates/auth | |
| parent | f104db30b14a3098b53039960a5d018aabf70e46 (diff) | |
Core: Updated allowed build to 9.2.0.42521
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_03_01_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_01_00_auth.sql b/sql/updates/auth/master/2022_03_01_00_auth.sql new file mode 100644 index 00000000000..0d13a9253e0 --- /dev/null +++ b/sql/updates/auth/master/2022_03_01_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=42521; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(42521,9,2,0,NULL,NULL,'5FE6C12FC407C6B15B4A5D3B5B4A5D3B',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=42521 WHERE `gamebuild`=42488; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42521'; |
