diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-11-19 00:41:58 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-19 00:41:58 +0100 |
| commit | 41859db7c6ee7cf15ab1d91522a7968d5887a82d (patch) | |
| tree | 0f05632bc71bd8e9c0da30b3ffec659e9cb8fd83 /sql/updates | |
| parent | c7ad7d5e150d56286039de5717614f79985c1b3c (diff) | |
Core: Updated allowed build to 9.1.5.41079
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2021_11_19_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_11_19_00_auth.sql b/sql/updates/auth/master/2021_11_19_00_auth.sql new file mode 100644 index 00000000000..06a728e1a96 --- /dev/null +++ b/sql/updates/auth/master/2021_11_19_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=41079; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(41079,9,1,5,NULL,NULL,'F8853CF823BC0BBE8A9677A762DFAEE1',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=41079 WHERE `gamebuild`=41031; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41079'; |
