aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-01-13 11:21:42 +0100
committerShauren <shauren.trinity@gmail.com>2021-01-13 11:21:42 +0100
commit21d28a0190679ad200eb5e19a726c134235abeae (patch)
tree26e4fa2b3ab693f3b4391f404ca24f0fac27e9b4 /sql/updates/auth/master
parent51c126c07aa6d7044bec01183602930c3596249e (diff)
Core: Updated allowed build to 9.0.2.37176
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2021_01_13_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_01_13_00_auth.sql b/sql/updates/auth/master/2021_01_13_00_auth.sql
new file mode 100644
index 00000000000..a3035fb22cb
--- /dev/null
+++ b/sql/updates/auth/master/2021_01_13_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=37176;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(37176,9,0,2,NULL,NULL,'3C725EA504EC3DAED143EB6FF3B48CDA',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=37176 WHERE `gamebuild`=37142;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '37176';