diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-05-05 00:56:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-05-05 00:56:02 +0200 |
| commit | 3d36889c55fd3a03e142b8e1f5077094f23298c9 (patch) | |
| tree | 82557c2c22070a0cdeca0ba6a56b97aa205dbf39 /sql/updates | |
| parent | 3bd4c21754e6c387b5e9f9e2e795fe6dba63b45d (diff) | |
Core: Update allowed build to 10.1.0.49444
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2023_05_05_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_05_05_00_auth.sql b/sql/updates/auth/master/2023_05_05_00_auth.sql new file mode 100644 index 00000000000..ce6dfa8cd24 --- /dev/null +++ b/sql/updates/auth/master/2023_05_05_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=49444; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(49444,10,1,0,NULL,NULL,'363B2B05285BDD8857419D2866316D3C',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=49444 WHERE `gamebuild`=49426; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49444'; |
