aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-06-15 00:02:06 +0200
committerShauren <shauren.trinity@gmail.com>2024-06-15 00:02:06 +0200
commit4447eda13d4e30f5bc38d532dfc78e995d465727 (patch)
tree02a7406edc00b88bd931ea5aea76c274a4bcc075 /sql/updates/auth
parent9d4047a3be5f3de8ca7c4818c265127578dbcc81 (diff)
Core: Update allowed build to 10.2.7.55142
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_06_15_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_06_15_00_auth.sql b/sql/updates/auth/master/2024_06_15_00_auth.sql
new file mode 100644
index 00000000000..b5da79cc175
--- /dev/null
+++ b/sql/updates/auth/master/2024_06_15_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=55142;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(55142,10,2,7,NULL,NULL,'298B99B5AD67EA3D2AB4B3E07A415305',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=55142 WHERE `gamebuild`=54988;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '55142';