aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-09-13 00:31:03 +0200
committerShauren <shauren.trinity@gmail.com>2023-09-13 00:31:03 +0200
commit097b5f3ec00f18161c9d616f60ed762eb722bde0 (patch)
treeff10812514f73d806d4eed991104bd3e601d0575 /sql/updates/auth
parent3f948672a670e8bab30cd891a5f5720c30d571f1 (diff)
Core: Update allowed build to 10.1.7.51313
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_09_13_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_09_13_00_auth.sql b/sql/updates/auth/master/2023_09_13_00_auth.sql
new file mode 100644
index 00000000000..b23d68373e1
--- /dev/null
+++ b/sql/updates/auth/master/2023_09_13_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=51313;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(51313,10,1,7,NULL,NULL,'35419ED0AB16735CF720858F45DC300C',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=51313 WHERE `gamebuild`=51261;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51313';