aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-10-25 00:06:36 +0200
committerShauren <shauren.trinity@gmail.com>2023-10-25 00:06:36 +0200
commit2d492c1b72d5b0a62b4605b4bce787522a821e8f (patch)
treea4dc429e73ad054e3872b21b4e4221a3f3c602d4 /sql/updates
parent2eceab396336f21b9381ae02ff987bac14edea6a (diff)
Core: Update allowed build to 10.1.7.51886
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_10_25_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_10_25_00_auth.sql b/sql/updates/auth/master/2023_10_25_00_auth.sql
new file mode 100644
index 00000000000..5c959d21545
--- /dev/null
+++ b/sql/updates/auth/master/2023_10_25_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=51886;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(51886,10,1,7,NULL,NULL,'09CF8919FD2EABDEAEBC0C810F53B511',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=51886 WHERE `gamebuild`=51754;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51886';