aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-05-29 19:13:16 +0200
committerShauren <shauren.trinity@gmail.com>2024-05-29 19:13:16 +0200
commit9743b047fbe76d1efb010c2ed442733c747cb38b (patch)
tree2fa190e693c228d8d133661cc1b3f39dd38fc6dc /sql/updates
parent15e995b3b3cb7b96048b6b7830285c78bd901fb0 (diff)
Core: Update allowed build to 10.2.7.54904
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2024_05_29_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_05_29_00_auth.sql b/sql/updates/auth/master/2024_05_29_00_auth.sql
new file mode 100644
index 00000000000..f109a911d08
--- /dev/null
+++ b/sql/updates/auth/master/2024_05_29_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=54904;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(54904,10,2,7,NULL,NULL,'09CBEC3C0DEA28BCA79F1FD9B879B0E3',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=54904 WHERE `gamebuild`=54847;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '54904';