diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-08-07 01:07:17 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-08-07 01:07:17 +0200 |
| commit | 945eaef114f2718635defd69629c850b64d17636 (patch) | |
| tree | 713f9ab8e9ace72a2b194173401816a404262af4 /sql/updates | |
| parent | a4ecb2dfae8bb4a1eeccf9f97af5948078266a5c (diff) | |
Core: Update allowed build to 11.0.0.55960
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2024_08_07_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_07_00_auth.sql b/sql/updates/auth/master/2024_08_07_00_auth.sql new file mode 100644 index 00000000000..8f80b1172e1 --- /dev/null +++ b/sql/updates/auth/master/2024_08_07_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build` IN (55960); +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(55960,11,0,0,NULL,NULL,'078C056CFC7B371BDE1BAF308E6C19AF',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=55960 WHERE `gamebuild`=55939; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '55960'; |
