diff options
| author | funjoker <funjoker109@gmail.com> | 2024-03-31 23:43:35 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2024-03-31 23:43:35 +0200 |
| commit | aa9878532ef3f88878d20de5fb6cfd43867d6c69 (patch) | |
| tree | f35e1c21b9a5c7ccbf76b9e0067ac0ab6bd94afc /sql/updates | |
| parent | d0d5d309bb5877dc2fcb27f6cb123707a31ec1e8 (diff) | |
Core: Updated to 4.4.0.54027
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/cata_classic/2024_03_31_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_03_31_00_auth.sql b/sql/updates/auth/cata_classic/2024_03_31_00_auth.sql new file mode 100644 index 00000000000..7b94bf6fce6 --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_03_31_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=54027; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(54027,4,4,0,NULL,NULL,'2DE781D4918766E5C12FBC54D63A9195',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=54027 WHERE `gamebuild`=53863; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '54027'; |
