diff options
| author | ModoX <moardox@gmail.com> | 2023-09-20 04:50:44 +0200 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2023-09-20 04:50:44 +0200 |
| commit | c9f075c51387b95e100c77ea5b6feb479bee5025 (patch) | |
| tree | 171ea2632455704d05df91665a6d950eb80e7730 /sql/updates/auth | |
| parent | 0d9dd75fe2112bcc119ee0209eef00eabfbe0bce (diff) | |
Core: Update allowed build to 10.1.7.51421
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_09_20_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_09_20_00_auth.sql b/sql/updates/auth/master/2023_09_20_00_auth.sql new file mode 100644 index 00000000000..02fdbe473a9 --- /dev/null +++ b/sql/updates/auth/master/2023_09_20_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=51421; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(51421,10,1,7,NULL,NULL,'45E24D6F3335269787DF2B2063939002',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=51421 WHERE `gamebuild`=51313; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51421'; |
