aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-27 21:17:02 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-27 21:17:02 +0200
commitea0551b4e16a4913e9c62f402c56fedbc74abe83 (patch)
tree82cf30a81ca396025288e62653eaa0ffd95d9b22 /sql/updates/auth
parent70eacebad531af0a4b5b4ac6be6d90ddc56ed5d4 (diff)
Core: Update allowed build to 9.2.5.44325
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_06_27_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_06_27_00_auth.sql b/sql/updates/auth/master/2022_06_27_00_auth.sql
new file mode 100644
index 00000000000..21fad708c44
--- /dev/null
+++ b/sql/updates/auth/master/2022_06_27_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=44325;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(44325,9,2,5,NULL,NULL,'138A7D524D268A7F9934C3D148E8F01B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=44325 WHERE `gamebuild`=44232;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44325';