diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-02-09 17:33:21 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-02-09 17:33:21 +0100 |
| commit | bf445cdc90252491e6709ef2fe17d9567f200749 (patch) | |
| tree | 47152cbdebd16bc81c80fff801ed6e1e21c582ab /sql/updates/auth/master | |
| parent | 414338a27b2468f29c5bded607b8cbc145050ba9 (diff) | |
Core: Updated allowed build to 9.0.2.37474
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2021_02_09_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_02_09_00_auth.sql b/sql/updates/auth/master/2021_02_09_00_auth.sql new file mode 100644 index 00000000000..1c08faaabc0 --- /dev/null +++ b/sql/updates/auth/master/2021_02_09_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=37474; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(37474,9,0,2,NULL,NULL,'0DE685BBB0551086E7FBDC0B4BB06A5B',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=37474 WHERE `gamebuild`=37176; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '37474'; |
