aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-22 14:25:53 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-22 14:25:53 +0200
commit2605a66396464c81317bf91cd85ee63a32a99e1f (patch)
treea7afcc4979077904cb3fa36967aaab4aa44a511d /sql/updates/auth
parent970a274be131e694b2fdf6f2b4d572dfc7151b56 (diff)
Core: Update allowed build to 10.1.5.50585
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_07_22_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_22_00_auth.sql b/sql/updates/auth/master/2023_07_22_00_auth.sql
new file mode 100644
index 00000000000..cd88b6e3f2a
--- /dev/null
+++ b/sql/updates/auth/master/2023_07_22_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=50585;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(50585,10,1,5,NULL,NULL,'C4F7CC38A3B84935A485F7EDAD3E764B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=50585 WHERE `gamebuild`=50504;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50585';