diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-08-17 10:24:37 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-08-17 10:24:37 +0200 |
| commit | 8bc1690366076ead28f29daf32aec2c5e11eb4bb (patch) | |
| tree | fd62bd3aaa9c3fd0cd3f7ef8eb6223cf698d3267 /sql/updates/auth | |
| parent | c73f4302970acd3d8759781527bda18787f720f1 (diff) | |
Core: Updated allowed build to 9.2.7.45114
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_08_17_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_08_17_00_auth.sql b/sql/updates/auth/master/2022_08_17_00_auth.sql new file mode 100644 index 00000000000..6fa99fa9b39 --- /dev/null +++ b/sql/updates/auth/master/2022_08_17_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=45114; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(45114,9,2,7,NULL,NULL,'D7AFE240BD00F06C30D0C2D16E54A8BE',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=45114 WHERE `gamebuild`=44908; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '45114'; |
