aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-10-17 21:08:23 +0200
committerShauren <shauren.trinity@gmail.com>2023-10-17 21:08:23 +0200
commit7c93d0d91588e8fea82d5f12284b2309fc6338ce (patch)
treeb288314267acae3d72f2d41ef4e713c5651a4ace /sql/updates
parent7b6589c1ecc159f6949c5535785fba79a04b2c4a (diff)
Core: Update allowed build to 10.1.7.51754
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_10_17_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_10_17_00_auth.sql b/sql/updates/auth/master/2023_10_17_00_auth.sql
new file mode 100644
index 00000000000..fab4b5e6fd5
--- /dev/null
+++ b/sql/updates/auth/master/2023_10_17_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=51754;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(51754,10,1,7,NULL,NULL,'BED5A861C071AB41FEF6087E0C37BB1A',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=51754 WHERE `gamebuild`=51536;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51754';