diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-03-22 20:30:03 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-03-22 20:30:03 +0100 |
| commit | 70290f320b5e03beec4c9de15f309e5a566fee5f (patch) | |
| tree | 74bf617ad890a702bea4337a1e9bf77c83de28c1 /sql/updates | |
| parent | 4bfcaf1b422a6e61746a20610cc6256f0f5cda3f (diff) | |
Core: Updated allowed build to 10.2.6.53877
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2024_03_22_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_03_22_00_auth.sql b/sql/updates/auth/master/2024_03_22_00_auth.sql new file mode 100644 index 00000000000..8a92a140c10 --- /dev/null +++ b/sql/updates/auth/master/2024_03_22_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=53877; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(53877,10,2,6,NULL,NULL,'16320F95B63846A2276E1D2612C34AD4',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=53877 WHERE `gamebuild`=53840; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53877'; |
