aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-03-25 00:31:00 +0100
committerShauren <shauren.trinity@gmail.com>2022-03-25 00:31:00 +0100
commit110a0beafa454ad67952fa7c9b8a7418d712f76e (patch)
tree45b81bad7689e712b97a6690b5975a5dadb3a410 /sql/updates/auth
parent8e77287dd227223a07b32c9e4c593b6b448aed10 (diff)
Core: Updated allowed build to 9.2.0.42852
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_03_25_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_25_00_auth.sql b/sql/updates/auth/master/2022_03_25_00_auth.sql
new file mode 100644
index 00000000000..04901f48598
--- /dev/null
+++ b/sql/updates/auth/master/2022_03_25_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=42852;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(42852,9,2,0,NULL,NULL,'DE9F9F0C3CC8FD54D3AFF99CEFFCE129',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=42852 WHERE `gamebuild`=42698;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42852';