aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-18 11:59:23 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-18 11:59:23 +0200
commitffc23bd7ef5c423bb37f0145d0bb878d2130a88e (patch)
tree473d8cb87e17c57c6c401c25d7c99118d9f6b48e /sql/updates/auth
parent091e71502c58b824e1b04517907a2a449f3b168f (diff)
Core: Updated allowed build to 9.2.5.44232
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_06_18_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_06_18_00_auth.sql b/sql/updates/auth/master/2022_06_18_00_auth.sql
new file mode 100644
index 00000000000..158400d2c2c
--- /dev/null
+++ b/sql/updates/auth/master/2022_06_18_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=44232;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(44232,9,2,5,NULL,NULL,'81F0A71DF7E9873BB3750022D64D33CF',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=44232 WHERE `gamebuild`=44127;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44232';