diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-07-19 19:32:06 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-07-19 19:32:06 +0200 |
| commit | e3adafb99acd28b406340d8b3beec3e75ffe701b (patch) | |
| tree | 22d3633c541142c77646f03ed4e1414871c620e0 /sql/updates/auth | |
| parent | d949f86e280120518816d01660a2001ec0f18f4f (diff) | |
Core: Update allowed build to 10.1.5.50504
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_07_19_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_19_00_auth.sql b/sql/updates/auth/master/2023_07_19_00_auth.sql new file mode 100644 index 00000000000..445c720218f --- /dev/null +++ b/sql/updates/auth/master/2023_07_19_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=50504; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(50504,10,1,5,NULL,NULL,'7D5FD20C0B32C9AF5DD65433B391D49C',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=50504 WHERE `gamebuild`=50469; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50504'; |
