diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-07-09 12:04:32 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-07-09 12:04:32 +0200 |
| commit | 467e42e72ded0672c11f9b6de89b3ae0a79b0e7d (patch) | |
| tree | 4e8358adb7a3270df2bb12a1a856f9e632ed0f05 /sql/updates/auth | |
| parent | 0d8e3dd798fbaa27adb63781e7050cd0c9648486 (diff) | |
Core: Update allowed build to 10.2.7.55461
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2024_07_09_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_07_09_00_auth.sql b/sql/updates/auth/master/2024_07_09_00_auth.sql new file mode 100644 index 00000000000..dbccdaf9a19 --- /dev/null +++ b/sql/updates/auth/master/2024_07_09_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=55461; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(55461,10,2,7,NULL,NULL,'C4522674F854EFECC76C898EC9545099',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=55461 WHERE `gamebuild`=55261; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '55461'; |
