aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-11-12 19:25:09 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-12 19:25:09 +0100
commitc1915d386c192f75a164ba4157f874fbfbf663dc (patch)
tree6ca7b309bf639670dba5a8cabd7715fa9a0c0f16 /sql/updates
parent6f63d8875d460436503ea76c465850ce0ae27190 (diff)
Core: Updated allowed build to 9.1.5.41031
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2021_11_12_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_11_12_00_auth.sql b/sql/updates/auth/master/2021_11_12_00_auth.sql
new file mode 100644
index 00000000000..9901038cfd4
--- /dev/null
+++ b/sql/updates/auth/master/2021_11_12_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=41031;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(41031,9,1,5,NULL,NULL,'019A0FACD6B0D6374B7BA69A5B677449',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=41031 WHERE `gamebuild`=40966;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41031';