diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-08-02 18:33:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-08-02 18:33:57 +0200 |
| commit | 87e2d53fc132d101aec1d08c51a95eb56a6cc56e (patch) | |
| tree | d87756cd9ccee7d2ab6d355ad24cf44bf5522bce /sql/updates/auth | |
| parent | 08fd31c79d0f89fd59e3a0bee67f48666d94d969 (diff) | |
Core: Updated allowed build to 9.2.5.44908
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_08_02_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_08_02_00_auth.sql b/sql/updates/auth/master/2022_08_02_00_auth.sql new file mode 100644 index 00000000000..740ce9ae2ee --- /dev/null +++ b/sql/updates/auth/master/2022_08_02_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=44908; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(44908,9,2,5,NULL,NULL,'BFFAEC40C9BCD591C7C959A9D5A8BA8C',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=44908 WHERE `gamebuild`=44730; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44908'; |
