aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-06-26 14:00:11 +0200
committerShauren <shauren.trinity@gmail.com>2024-06-26 14:00:11 +0200
commit5fa86ae22528a1ad7c7fe73955d2ed2e4c4d0695 (patch)
tree852cb683f8759afcf80784cec3d774d0d7c5bf67 /sql/updates/auth
parent816369318f9613bc7e23e4bf57ddb4c5f9fa3809 (diff)
Core: Update allowed build to 10.2.7.55261
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_06_26_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_06_26_00_auth.sql b/sql/updates/auth/master/2024_06_26_00_auth.sql
new file mode 100644
index 00000000000..8013cb78ded
--- /dev/null
+++ b/sql/updates/auth/master/2024_06_26_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=55261;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(55261,10,2,7,NULL,NULL,'84E153A3DD1F8249274B91047AAC7AED',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=55261 WHERE `gamebuild`=55165;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '55261';