diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-04-08 21:04:20 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-04-08 21:04:20 +0200 |
| commit | 194d1b029a2f57d917af6d8ef5c7f24bd3d1f4d0 (patch) | |
| tree | 45d492266f21cebd1a4f549337872bd04f6f4591 /sql/updates/auth | |
| parent | 8399c9d920218c8f3a991bc90fda024a9eae1425 (diff) | |
Core: Updated allowed build to 9.2.0.43114
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_04_08_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_04_08_00_auth.sql b/sql/updates/auth/master/2022_04_08_00_auth.sql new file mode 100644 index 00000000000..4e030da1f9d --- /dev/null +++ b/sql/updates/auth/master/2022_04_08_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=43114; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(43114,9,2,0,NULL,NULL,'F75C9380CCB24A48A24EEE52C1594A7E',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=43114 WHERE `gamebuild`=42979; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '43114'; |
