diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-03-08 15:28:06 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-08 15:28:06 +0100 |
| commit | f60aa2e47c6fa530bd8eba36b1076e85d04f1f6e (patch) | |
| tree | 62e5062a13e9c823444fd03f1c92fd238928677c /sql/updates/auth | |
| parent | 60119ba8503e1b8e17d7163baf990022b2d25d41 (diff) | |
Core: Updated allowed build to 9.2.0.42614
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_03_08_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_08_00_auth.sql b/sql/updates/auth/master/2022_03_08_00_auth.sql new file mode 100644 index 00000000000..54849d2f464 --- /dev/null +++ b/sql/updates/auth/master/2022_03_08_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=42614; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(42614,9,2,0,NULL,NULL,'772BE726FEEF42124255D2EA7973CA18',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=42614 WHERE `gamebuild`=42560; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42614'; |
