aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-04-12 00:26:40 +0200
committerShauren <shauren.trinity@gmail.com>2023-04-12 00:26:40 +0200
commit69b8e27810a7bad28a735b9b0ad49dfa9a5bfbb0 (patch)
tree84c2a29e5a8aff5c7681a236443b23f92838aa8c /sql/updates
parent353a71c6cd57c883722f8cd8d7897c15aad43fa2 (diff)
Core: Update allowed build to 10.0.7.48999
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_04_12_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_04_12_00_auth.sql b/sql/updates/auth/master/2023_04_12_00_auth.sql
new file mode 100644
index 00000000000..e3a8a7ef9d4
--- /dev/null
+++ b/sql/updates/auth/master/2023_04_12_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=48999;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(48999,10,0,7,NULL,NULL,'79BA6FF0F9672EEF875F64155C8B62D4',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=48999 WHERE `gamebuild`=48966;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48999';