diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-05-30 21:39:30 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-05-30 21:39:30 +0200 |
| commit | 98f5c121d2047b06164fc85b5b7eb447272f12d7 (patch) | |
| tree | 4e61d7d2daba830d10101c1e982eed76cbf33160 /sql/updates | |
| parent | 8d851e857664fb63c6784cb66ef102e96df80796 (diff) | |
Core: update allowed build to 4.4.0.54901
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/cata_classic/2024_05_30_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_05_30_00_auth.sql b/sql/updates/auth/cata_classic/2024_05_30_00_auth.sql new file mode 100644 index 00000000000..b536a742612 --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_05_30_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=54901; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(54901,4,4,0,NULL,NULL,'AB840E833490435689D5832D91A70871',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=54901 WHERE `gamebuild`=54851; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '54901'; |
