aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-18 22:47:08 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-18 22:47:08 +0200
commit6a15494e2e8de33f42359c8efc344cda909cbec2 (patch)
treec9757a5ca512a8105d685530cd5e68329c417964 /sql/updates
parent284e782917a43a9b3b861034e29470c4340b6343 (diff)
Core: update allowed build to 4.4.0.55639
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_07_18_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_07_18_00_auth.sql b/sql/updates/auth/cata_classic/2024_07_18_00_auth.sql
new file mode 100644
index 00000000000..2fd14bc281e
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_07_18_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=55639;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(55639,4,4,0,NULL,NULL,'FFD74533A9D95E1D38C972BA4F351B8D',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=55639 WHERE `gamebuild`=55613;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '55639';