aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-05-29 22:12:42 +0200
committerOvahlord <dreadkiller@gmx.de>2024-05-29 22:12:42 +0200
commit02341ec27f48adccac341db3cf0eceab30724d1a (patch)
treee1ef95bf2959d48eb64737cd8afdbefe28f35d3c /sql/updates
parent4de08d9e03dfd5d10e29a05824b0e3ae694ab8ca (diff)
Core: update allowed build to 4.4.0.54851
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_05_29_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_05_29_00_auth.sql b/sql/updates/auth/cata_classic/2024_05_29_00_auth.sql
new file mode 100644
index 00000000000..24f18b84a14
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_05_29_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=54851;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(54851,4,4,0,NULL,NULL,'04721BCF80465E14498799C00B32D646',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=54851 WHERE `gamebuild`=54737;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '54851';