diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-06-17 22:35:06 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-06-17 22:35:06 +0200 |
| commit | 90572c4cd78c6d1dc705394de875bba8e5acf759 (patch) | |
| tree | 3739417aabf75ffa06ac3e1d8256549cdcb82657 /sql/updates/auth | |
| parent | 96f8fc335c8294986ef69bd74a9a7354bedf336d (diff) | |
Core: Update allowed build to 10.2.7.55165
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2024_06_17_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_06_17_00_auth.sql b/sql/updates/auth/master/2024_06_17_00_auth.sql new file mode 100644 index 00000000000..3b61aea689e --- /dev/null +++ b/sql/updates/auth/master/2024_06_17_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=55165; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(55165,10,2,7,NULL,NULL,'26D4D1C01434A8A6723DCABC944B6FD0',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=55165 WHERE `gamebuild`=55142; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '55165'; |
