aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-08-09 12:18:14 +0200
committerOvahlord <dreadkiller@gmx.de>2024-08-09 12:18:14 +0200
commit65bb0418d67db59051d90ed06ba8947647942e15 (patch)
treed404c56d954f3ee40bd107d4bbb43d48a21c8a8b /sql/updates
parent5df1a1995cb297405405854eeb5d896b15f1fd2f (diff)
Core: updated allowed build to 4.4.0.56014
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_08_09_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_08_09_00_auth.sql b/sql/updates/auth/cata_classic/2024_08_09_00_auth.sql
new file mode 100644
index 00000000000..6a496115e8e
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_08_09_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=56014;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(56014,4,4,0,NULL,NULL,'89AD7A75E156374D41F0CC70455B2F6B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=56014 WHERE `gamebuild`=55639;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '56014';