diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-02-08 22:35:23 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-02-08 22:35:23 +0100 |
| commit | 507cf7eedd487c90f7b954293c07c5017cf53984 (patch) | |
| tree | 8482ef723dd370b2ea3b8e653a3de807bcbf42d2 /sql/updates | |
| parent | 6ba7572d4a25dfae82b4d0e7f1d3211e7807b31c (diff) | |
Core: Update allowed build to 10.2.5.53262
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2024_02_08_01_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_02_08_01_auth.sql b/sql/updates/auth/master/2024_02_08_01_auth.sql new file mode 100644 index 00000000000..ce8f652b766 --- /dev/null +++ b/sql/updates/auth/master/2024_02_08_01_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=53262; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(53262,10,2,5,NULL,NULL,'614A72D53126348A4927EC0F53FD2B7A',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=53262 WHERE `gamebuild`=53212; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53262'; |
