aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-03-27 21:24:59 +0200
committerShauren <shauren.trinity@gmail.com>2023-03-27 21:24:59 +0200
commit5bb87cb0d1fd96e04cc8facb21815147c36c9e3c (patch)
tree3b7a730db64a12bb4272515f4eb64d5417529fcd /sql/updates/auth
parent5332098e76bf5f1f46b5a7984fc00b4e493cd4c8 (diff)
Core: Update allowed build to 10.0.7.48749
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_03_27_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_03_27_00_auth.sql b/sql/updates/auth/master/2023_03_27_00_auth.sql
new file mode 100644
index 00000000000..b99fc3ba934
--- /dev/null
+++ b/sql/updates/auth/master/2023_03_27_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=48749;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(48749,10,0,7,NULL,NULL,'92DBCCA0E33DFB8A17A2B6A39246B288',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=48749 WHERE `gamebuild`=48676;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48749';