aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-08-31 19:14:55 +0200
committerShauren <shauren.trinity@gmail.com>2023-08-31 19:14:55 +0200
commit7f620475bd11669bb7f7c2ade9fa5d2c78fc721a (patch)
treea78f4033f0ef5602ae1f1d472be60f174c6a54be /sql/updates/auth
parent8c26b9350d4817d05530f4fd1a9c1c0a4f26edcc (diff)
Core: Update allowed build to 10.1.5.51130
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_08_31_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_08_31_00_auth.sql b/sql/updates/auth/master/2023_08_31_00_auth.sql
new file mode 100644
index 00000000000..51d8ca4746b
--- /dev/null
+++ b/sql/updates/auth/master/2023_08_31_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=51130;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(51130,10,1,5,NULL,NULL,'44CD2C91E4F0655DA387483726CE4035',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=51130 WHERE `gamebuild`=50791;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51130';