aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-01-31 12:14:47 +0100
committerShauren <shauren.trinity@gmail.com>2024-01-31 12:14:47 +0100
commit584c6fe423555357b630eab4c08730f3134ccfe7 (patch)
treec526fe9ab84c4ebd3865f6460e6c0783768176e8 /sql/updates/auth
parentf70a5817e1c07891185d716611d45f50b1c73b78 (diff)
Core: Update allowed build to 10.2.5.53104
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_01_31_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_01_31_00_auth.sql b/sql/updates/auth/master/2024_01_31_00_auth.sql
new file mode 100644
index 00000000000..ca927f92fdb
--- /dev/null
+++ b/sql/updates/auth/master/2024_01_31_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53104;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53104,10,2,5,NULL,NULL,'DBD79EC8DF044B53C78931B985CAB406',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53104 WHERE `gamebuild`=53040;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53104';