diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-03-22 00:08:20 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-03-22 00:08:20 +0100 |
| commit | 922f60fa25569db05a7717b6b55568f321a02f64 (patch) | |
| tree | ab11e8c8da23ea0a93daf073b602dc92d1f98957 /sql/updates/auth | |
| parent | f18c0644f31f6264bd07345819bb48c432790bc7 (diff) | |
Core: Update to 10.0.7
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_03_22_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_03_22_00_auth.sql b/sql/updates/auth/master/2023_03_22_00_auth.sql new file mode 100644 index 00000000000..46edc6b85f7 --- /dev/null +++ b/sql/updates/auth/master/2023_03_22_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=48676; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(48676,10,0,7,NULL,NULL,'E059FB74DFF6438CC20C7F28900F64CA',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=48676 WHERE `gamebuild`=48526; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48676'; |
