aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2022-04-14 04:42:24 +0200
committerModoX <moardox@gmail.com>2022-04-14 04:42:24 +0200
commitc4ef231e2a25234099391f574942f6490d400f15 (patch)
tree9a67311ea52fcf77f5fba041080c9e45682f86a3 /sql/updates/auth
parentf0c56fde0adc0bf1d2852a2e900a3db475b3d0e6 (diff)
Core: Updated allowed build to 9.2.0.43206
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_04_14_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_04_14_00_auth.sql b/sql/updates/auth/master/2022_04_14_00_auth.sql
new file mode 100644
index 00000000000..3dbbab652da
--- /dev/null
+++ b/sql/updates/auth/master/2022_04_14_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=43206;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(43206,9,2,0,NULL,NULL,'DDE806532C7704FFB75F256DC5F1F3D9',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=43206 WHERE `gamebuild`=43114;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '43206';