diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-04-17 18:26:08 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-04-17 18:26:08 +0200 |
commit | f80a05f80503cb2bf46d286c3ca254efa6600728 (patch) | |
tree | 1ccb4a5e22b7a509de84d9125f1e3471411a5b40 /sql/updates | |
parent | 4dd200b9e5941c6b323b9159ec3d8239679bf3ab (diff) |
Core: Update allowed build to 3.4.3.54261
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/auth/wotlk_classic/2024_04_17_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/wotlk_classic/2024_04_17_00_auth.sql b/sql/updates/auth/wotlk_classic/2024_04_17_00_auth.sql new file mode 100644 index 00000000000..82635af4c58 --- /dev/null +++ b/sql/updates/auth/wotlk_classic/2024_04_17_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=54261; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(54261,3,4,3,NULL,NULL,'25FD812475DCF26F9F1383AED37FC99E',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=54261 WHERE `gamebuild`=53788; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '54261'; |