diff options
| author | ModoX <moardox@gmail.com> | 2024-03-25 23:21:30 +0100 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2024-03-25 23:21:39 +0100 |
| commit | 48558c1631eebc0a76ff4ebf1f3c3c868e6ebb94 (patch) | |
| tree | 620ae00a5343d9f120c1f1e0b5f936a1256c6eb1 /sql/updates/auth | |
| parent | ee0858d859e9bf9dbac4afbef807850444023e61 (diff) | |
Core: Update allowed build to 10.2.6.53913
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2024_03_25_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_03_25_00_auth.sql b/sql/updates/auth/master/2024_03_25_00_auth.sql new file mode 100644 index 00000000000..77c6d9ee9c7 --- /dev/null +++ b/sql/updates/auth/master/2024_03_25_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=53913; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(53913,10,2,6,NULL,NULL,'475680680B2192EBCF6744D14F755199',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=53913 WHERE `gamebuild`=53877; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53913'; |
