aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-06 21:42:16 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-06 21:42:16 +0200
commit45f056d574b071bc48c51590f2efcf51190016a2 (patch)
treed3d1216c834252fa5e0175688eaf0883e35976b9 /sql/updates/auth
parentc7fdf708136e7fe590ae3d6527bda58270eac6e6 (diff)
Core: Updated allowed build to 9.2.5.44015
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_06_06_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_06_06_00_auth.sql b/sql/updates/auth/master/2022_06_06_00_auth.sql
new file mode 100644
index 00000000000..d97c172b41a
--- /dev/null
+++ b/sql/updates/auth/master/2022_06_06_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=44015;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(44015,9,2,5,NULL,NULL,'FCF0BDA7C98BFEF92AE6D8C39A217ABD',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=44015 WHERE `gamebuild`=43971;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44015';