aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2024-03-22 21:41:51 +0100
committerfunjoker <funjoker109@gmail.com>2024-03-23 00:10:14 +0100
commit1d894f09cd4d865468fb94578964e2576beffd1f (patch)
treef9fdc24f3c9f9b133e7414fa575f28dfc8d9e47b /sql/updates
parent4057f3e38ece787c0ae843243d496d37152ac0e8 (diff)
Core: Updated to 4.4.0.53863
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_03_22_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_03_22_00_auth.sql b/sql/updates/auth/cata_classic/2024_03_22_00_auth.sql
new file mode 100644
index 00000000000..0a8d0757583
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_03_22_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53863;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53863,4,4,0,NULL,NULL,'6052C8F657F398912862CFD7010DBC73',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53863 WHERE `gamebuild`=53750;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '53863';