aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-14 19:07:45 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-14 19:07:45 +0200
commit1956ce834773d48b45b2d8a155ef192473f93364 (patch)
treeacdd02f222d076e7fc77c8103ef178771e433388 /sql/updates
parent9fe75d870f03e9fd1f8e2f61433c144ade57dc39 (diff)
Core: update allowed build to 4.4.0.55613
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2024_07_14_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_07_14_00_auth.sql b/sql/updates/auth/cata_classic/2024_07_14_00_auth.sql
new file mode 100644
index 00000000000..5acad50b2e4
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_07_14_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=55613;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(55613,4,4,0,NULL,NULL,'0BA3BFF2E324FE30D15BA8A88CF8738B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=55613 WHERE `gamebuild`=55460;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` INT UNSIGNED NOT NULL DEFAULT '55613';