aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-04-08 22:04:38 +0200
committerShauren <shauren.trinity@gmail.com>2024-04-08 22:04:38 +0200
commit9089dd5c1a937f0ffa4f8ad4bfcaee254e3f4d57 (patch)
tree4773c943b6f418ce9c72e0e598e8986455ad94a7 /sql/updates/auth
parentabab4841567c4f40c6acc6dc13544284c8a36dda (diff)
Core: Updated to 10.2.6.54070
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_04_08_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_04_08_00_auth.sql b/sql/updates/auth/master/2024_04_08_00_auth.sql
new file mode 100644
index 00000000000..2b630a18ed1
--- /dev/null
+++ b/sql/updates/auth/master/2024_04_08_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=54070;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(54070,10,2,6,NULL,NULL,'FDA08264B7587250CF78F9B960218169',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=54070 WHERE `gamebuild`=53989;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '54070';