diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-03-03 01:11:37 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-03 01:11:37 +0100 |
| commit | bff2c4733a75b1ab028a4d3a2d698f5af8cacc20 (patch) | |
| tree | 8a0b43d1a2df9518a0a16daa2b573f626cf2e29b /sql/updates/auth | |
| parent | 2f64a1c166e0e30e9f8310fdce21691abde2733b (diff) | |
Core: Updated allowed build to 9.2.0.42560
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_03_03_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_03_00_auth.sql b/sql/updates/auth/master/2022_03_03_00_auth.sql new file mode 100644 index 00000000000..532e4742053 --- /dev/null +++ b/sql/updates/auth/master/2022_03_03_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=42560; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(42560,9,2,0,NULL,NULL,'115FE8C38A8D67CA4664BB192E0F0DFE',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=42560 WHERE `gamebuild`=42538; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42560'; |
