diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-01-22 01:40:57 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-22 01:40:57 +0100 |
| commit | e8368ed2ebc7805516e309f13a90c1eeb3df5325 (patch) | |
| tree | 042c4db300c9e5e46a162230c6116a0c563c1e1a /sql/updates/auth | |
| parent | e62588b23894ef0c5641512e01224ef17b0069c0 (diff) | |
Core: Updated allowed build to 9.1.5.42010
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_01_22_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_01_22_00_auth.sql b/sql/updates/auth/master/2022_01_22_00_auth.sql new file mode 100644 index 00000000000..1a7f4c7648c --- /dev/null +++ b/sql/updates/auth/master/2022_01_22_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=42010; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(42010,9,1,5,NULL,NULL,'302970161D16417B5BE553CC530E011A',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=42010 WHERE `gamebuild`=41793; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42010'; |
