diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-01-10 12:05:00 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-01-10 12:05:00 +0100 |
| commit | 2862086bcff0354c3588109dce1aaa22bc310162 (patch) | |
| tree | 5b61c5652d888062301f0a6d720697acdc1073d6 /sql/updates/auth | |
| parent | f29dc7118411485e6c2eecddf5683d00470776fd (diff) | |
Core: Update allowed build to 10.2.0.52808
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2024_01_10_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_01_10_00_auth.sql b/sql/updates/auth/master/2024_01_10_00_auth.sql new file mode 100644 index 00000000000..023d30c2395 --- /dev/null +++ b/sql/updates/auth/master/2024_01_10_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=52808; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(52808,10,2,0,NULL,NULL,'6276712B6C8AEA21CD5D94D52FEE70EE',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=52808 WHERE `gamebuild`=52649; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52808'; |
