diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-07-23 01:46:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 01:46:22 +0200 |
| commit | 82138bec18751eb889f364169cb53481eb90cdbd (patch) | |
| tree | ffeefc7a684f851dae762b19f6cea4923a0f9f40 /sql/updates/auth | |
| parent | 36d62244ad89e288d966341883df1d676bd3f992 (diff) | |
Core: Updated allowed build to 9.2.5.44730
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_07_23_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_07_23_00_auth.sql b/sql/updates/auth/master/2022_07_23_00_auth.sql new file mode 100644 index 00000000000..050506800d7 --- /dev/null +++ b/sql/updates/auth/master/2022_07_23_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=44730;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(44730,9,2,5,NULL,NULL,'FC0B18C47BB4C79F4300CA0FF3E5CAC7',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=44730 WHERE `gamebuild`=44325;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44730';
|
