diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-12-04 12:55:22 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-04 12:55:22 +0100 |
| commit | 04a6c55a1165524024db8ca357fcc5a70bc54245 (patch) | |
| tree | fb88d3ba4e5356a5bc03ded9de494a3ffedec48b /sql/updates/auth/master | |
| parent | 7e779a6f5955de96dc1baa2f48b1bb15ad9bc343 (diff) | |
Core: Updated allowed build to 9.1.5.41323
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2021_12_04_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_12_04_00_auth.sql b/sql/updates/auth/master/2021_12_04_00_auth.sql new file mode 100644 index 00000000000..1f9b15a480e --- /dev/null +++ b/sql/updates/auth/master/2021_12_04_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=41323; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(41323,9,1,5,NULL,NULL,'E53D0DF1FAC1A59A1C8071B295A04A1D',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=41323 WHERE `gamebuild`=41288; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41323'; |
