aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-14 19:37:35 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-14 19:37:35 +0200
commit4bd465f6b9743bd9633b59ad97327f775b51458b (patch)
tree73bf31ee112e16258050f8c5f95dc3b90c3c8f0f /sql/updates
parent973224f7097a1f6c8ef7d72fa036819bff5b46b7 (diff)
Core: Update allowed build to 10.1.0.50467
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_07_14_01_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_14_01_auth.sql b/sql/updates/auth/master/2023_07_14_01_auth.sql
new file mode 100644
index 00000000000..8fa030074b1
--- /dev/null
+++ b/sql/updates/auth/master/2023_07_14_01_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=50467;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(50467,10,1,5,NULL,NULL,'5E996B1CDCEE68432D6340138E68D1EB',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=50467 WHERE `gamebuild`=50438;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50467';