diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-07-12 16:29:00 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-07-12 16:29:00 +0200 |
| commit | 0cea730fa23473a85c47451c3bd13df816f2b6e4 (patch) | |
| tree | 960078875798c5846a1aa465051da876642067e1 /sql/updates/auth | |
| parent | 252da139adedd20c297ce7bdd2abed2234fa1bb6 (diff) | |
Core: Update to 10.1.5
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_07_12_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_12_00_auth.sql b/sql/updates/auth/master/2023_07_12_00_auth.sql new file mode 100644 index 00000000000..a962847b081 --- /dev/null +++ b/sql/updates/auth/master/2023_07_12_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=50401; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(50401,10,1,5,NULL,NULL,'3EEF52D902CCE81D16D0E255F0AA4938',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=50401 WHERE `gamebuild`=50000; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50401'; |
