diff options
| author | funjoker <funjoker109@gmail.com> | 2024-06-27 04:54:59 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2024-06-27 04:54:59 +0200 |
| commit | 95e3e1daa1aadd83b21ae4125518c85568afd7a8 (patch) | |
| tree | 07c5750a1a4ca695b3fc00fc7c16c32702f7c14d /sql/updates/auth | |
| parent | 166aec66ba80e01a9a861727e69d2dda73779262 (diff) | |
Core: Update allowed build to 4.4.0.55262
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/cata_classic/2024_06_27_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_06_27_00_auth.sql b/sql/updates/auth/cata_classic/2024_06_27_00_auth.sql new file mode 100644 index 00000000000..13b2a5fb3b5 --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_06_27_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=55262; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(55262,4,4,0,NULL,NULL,'EB4B58AF1B3B79DDD9E2477BA1375D42',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=55262 WHERE `gamebuild`=55141; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '55262'; |
