diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-10-26 00:52:41 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-26 00:52:41 +0200 |
| commit | 2cf397c265380b366a5ab108963ad28cc0b7d9b7 (patch) | |
| tree | d92dc71dd23b8405ad0a8e7ee1b70b37c108f42a /sql/updates/auth/master | |
| parent | 61fb97648f57add70b26519e7fa921199bf6e669 (diff) | |
Core: Updated allowed build to 9.1.0.40725
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2021_10_26_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_10_26_00_auth.sql b/sql/updates/auth/master/2021_10_26_00_auth.sql new file mode 100644 index 00000000000..aa539e257c5 --- /dev/null +++ b/sql/updates/auth/master/2021_10_26_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=40725; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(40725,9,1,0,NULL,NULL,'C1EBDBEB9BB2956EBCCEF7C9D27A1B3B',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=40725 WHERE `gamebuild`=40593; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '40725'; |
