aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-28 20:03:39 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-28 20:03:39 +0200
commitfe7e95b9f3a1e7be86b626d3e62a824c72ff800b (patch)
tree330df76ad06dc9fcd19464e7d9730167ccc9755d /sql/updates/auth
parent4e45a74f0c5a460e0624a8814d77bb7f8a73bab5 (diff)
Core: Update allowed build to 10.1.5.50622
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_07_28_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_28_00_auth.sql b/sql/updates/auth/master/2023_07_28_00_auth.sql
new file mode 100644
index 00000000000..42680483bbf
--- /dev/null
+++ b/sql/updates/auth/master/2023_07_28_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=50622;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(50622,10,1,5,NULL,NULL,'D23A26FD75FD9A6073EB7060AA28E6A7',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=50622 WHERE `gamebuild`=50585;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50622';