diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-12-08 00:33:14 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 00:33:14 +0100 |
| commit | 8341082ac4bc91f639920fe0c011ddca978da050 (patch) | |
| tree | 1683c421e4c624e9a9bac79040384592b6c6551a /sql/updates/auth/master | |
| parent | 833e17998571a57ada61f5ca92341dc242114458 (diff) | |
Core: Updated allowed build to 9.1.5.41359
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2021_12_08_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_12_08_00_auth.sql b/sql/updates/auth/master/2021_12_08_00_auth.sql new file mode 100644 index 00000000000..c9a0bd1c7c8 --- /dev/null +++ b/sql/updates/auth/master/2021_12_08_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=41359; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(41359,9,1,5,NULL,NULL,'5F8D7F2A690A4375A1B52A28D6D681FA',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=41359 WHERE `gamebuild`=41323; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41359'; |
