diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-12-21 01:20:26 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-12-21 01:20:26 +0100 |
| commit | 62cc506445f4b9c22c25c68023e877552544ac52 (patch) | |
| tree | d6c95b49c81ade7a4cd3d3a03bb2076c3deb89dd /sql/updates/auth | |
| parent | 8cd4125604026308b8764613a1fc05da235d4b50 (diff) | |
Core: Updated allowed build to 10.0.2.47213
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_12_21_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_12_21_00_auth.sql b/sql/updates/auth/master/2022_12_21_00_auth.sql new file mode 100644 index 00000000000..22b06004f51 --- /dev/null +++ b/sql/updates/auth/master/2022_12_21_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=47213; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(47213,10,0,2,NULL,NULL,'23C50D88CEAC0A8696ADDE8DD244D4A2',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=47213 WHERE `gamebuild`=47187; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '47213'; |
