diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-08-09 10:01:43 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-09 10:01:43 +0200 |
| commit | f75cf381e8fe6f3749d52b983f2ad65cac650851 (patch) | |
| tree | cff90f311d3c0d19b6f619a2b9b8ccbeb73dbbcd /sql/updates/auth | |
| parent | e0ab6330c1ef096b650702633a60181b9ecdd351 (diff) | |
Core: Update allowed build to 10.1.5.50791
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_08_09_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_08_09_00_auth.sql b/sql/updates/auth/master/2023_08_09_00_auth.sql new file mode 100644 index 00000000000..8c21a9798a7 --- /dev/null +++ b/sql/updates/auth/master/2023_08_09_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=50791; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(50791,10,1,5,NULL,NULL,'0BE7D0BB07EF37C25CBC682409091EA0',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=50791 WHERE `gamebuild`=50747; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50791'; |
