aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2024-05-28 09:57:40 +0200
committerfunjoker <funjoker109@gmail.com>2024-05-28 09:57:40 +0200
commita82f359a992f144129c55792fe62545f455d141a (patch)
treea267918e3a32c38a7e6e3118ef2a45de3a16570d /sql/updates
parentd403f3d687a7725a96dcdbcfc2fc73dba3139ccb (diff)
Core: Updated to 4.4.0.54737
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_05_28_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_05_28_00_auth.sql b/sql/updates/auth/cata_classic/2024_05_28_00_auth.sql
new file mode 100644
index 00000000000..f5310db8531
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_05_28_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=54737;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(54737,4,4,0,NULL,NULL,'81E29E958CA39EE7BF0685B548A58B51',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=54737 WHERE `gamebuild`=54027;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '54737';