diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-07-09 21:22:39 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-07-09 21:22:39 +0200 |
| commit | b6e59b86a818b2e0c577562382a30e7ba4ad40d3 (patch) | |
| tree | 58f679efd7b923c7107879c5ae7a82b9f4122fb2 /sql/updates | |
| parent | a0de631a8a85ddcdf26bc84df851c558e4a5d3e8 (diff) | |
Core: Update allowed build to 4.4.0.55460
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/cata_classic/2024_07_09_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_07_09_00_auth.sql b/sql/updates/auth/cata_classic/2024_07_09_00_auth.sql new file mode 100644 index 00000000000..330832c7fbb --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_07_09_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=55460; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(55460,4,4,0,NULL,NULL,'E5455F750394046CC9BD2ED0397F7418',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=55460 WHERE `gamebuild`=55262; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '55460'; |
