aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-11-14 11:37:22 +0100
committerShauren <shauren.trinity@gmail.com>2023-11-14 11:37:22 +0100
commitef7892f725be84d0cf30695ff3e10a2138286056 (patch)
tree5fb4efd8844d52a74f223e3013bd10bb7132256c /sql/updates/auth
parent16d787215fda3260b30317587e4205b0f7b3d4bf (diff)
Core: Update allowed build to 10.2.0.52129
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_11_14_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_14_00_auth.sql b/sql/updates/auth/master/2023_11_14_00_auth.sql
new file mode 100644
index 00000000000..3f904970618
--- /dev/null
+++ b/sql/updates/auth/master/2023_11_14_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=52129;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(52129,10,2,0,NULL,NULL,'02DD842F2A7162EEB8FD5B9D325606F8',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=52129 WHERE `gamebuild`=52106;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52129';