aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-04-22 20:07:40 +0200
committerShauren <shauren.trinity@gmail.com>2022-04-22 20:07:40 +0200
commit696f25de7ddb712630cacdd9e81a69dd8a84cd59 (patch)
treed8a4f51b8ca0e5f112dd9777bccacd9aa9144e12 /sql/updates/auth
parentfda65981c7a4c475c270755c198dee85cd38dfa3 (diff)
Core: Updated allowed build to 9.2.0.43340
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_04_22_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_04_22_00_auth.sql b/sql/updates/auth/master/2022_04_22_00_auth.sql
new file mode 100644
index 00000000000..a2297cc1b54
--- /dev/null
+++ b/sql/updates/auth/master/2022_04_22_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=43340;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(43340,9,2,0,NULL,NULL,'70E46D2D888E84DF9316EA849B068CF4',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=43340 WHERE `gamebuild`=43206;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '43340';