aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-09-08 21:46:29 +0200
committerShauren <shauren.trinity@gmail.com>2023-09-08 21:46:29 +0200
commit6798ef3e4e7f9972c1bdd31b7cbcae661ed7d0cd (patch)
tree39ec7246312fcd4e0fad91644e8b60c0616eaced /sql/updates
parent66ffa7f24b9b9d39893618d302587aaa3cf50eee (diff)
Core: Update allowed build to 10.1.7.51261
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_09_08_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_09_08_00_auth.sql b/sql/updates/auth/master/2023_09_08_00_auth.sql
new file mode 100644
index 00000000000..09ee6025dcd
--- /dev/null
+++ b/sql/updates/auth/master/2023_09_08_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=51261;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(51261,10,1,7,NULL,NULL,'1BEBB57AE450331E9F8C301AA7876FAB',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=51261 WHERE `gamebuild`=51237;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51261';