diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-03-31 23:16:34 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-03-31 23:16:34 +0200 |
| commit | 1788142a5447282eac792d2ebab0e5f1213083d7 (patch) | |
| tree | 5b5a8cecc8b3c883c82cc0146451c71f6d1f76ba /sql/updates | |
| parent | 1440fe03de1b161b37dc6026e88a7cefd44cb220 (diff) | |
Core: Update allowed build to 10.0.7.48865
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2023_03_31_01_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_03_31_01_auth.sql b/sql/updates/auth/master/2023_03_31_01_auth.sql new file mode 100644 index 00000000000..51ecd118aae --- /dev/null +++ b/sql/updates/auth/master/2023_03_31_01_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=48865; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(48865,10,0,7,NULL,NULL,'4B774ABE7B34D6702571B4279A4B6A13',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=48865 WHERE `gamebuild`=48838; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48865'; |
