aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-03-10 05:16:38 +0100
committerOvahlord <dreadkiller@gmx.de>2024-03-10 05:17:28 +0100
commit850255803733f72b6e64d2df8368bf60c2198796 (patch)
tree47f661faad81f104058a9aaa7850d54c703b9235 /sql/updates
parent2621033959f61376d8650393f8124ef552701ff0 (diff)
Core: Update allowed build to 4.4.0.53627
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_03_10_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_03_10_00_auth.sql b/sql/updates/auth/cata_classic/2024_03_10_00_auth.sql
new file mode 100644
index 00000000000..7a243261b18
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_03_10_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53627;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53627,4,4,0,NULL,NULL,'57F35840BA629BAC4717A901347C40F1',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53627 WHERE `gamebuild`=53584;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53627';