aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-12-02 11:59:23 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-02 11:59:23 +0100
commita4d40c9e34cfaab663f268ca5a4eee787a246c2a (patch)
tree058f581ab86e31487990536643bdbe4058809bfd /sql/updates/auth
parent1ba002ef3d3b1ed3a4af5d348477f50b53eed4fa (diff)
Core: Updated allowed build to 9.1.5.41288
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2021_12_02_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_12_02_00_auth.sql b/sql/updates/auth/master/2021_12_02_00_auth.sql
new file mode 100644
index 00000000000..4076ed0c2ff
--- /dev/null
+++ b/sql/updates/auth/master/2021_12_02_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=41288;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(41288,9,1,5,NULL,NULL,'871C0C9691DBC536EB24B68EC73FAD5B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=41288 WHERE `gamebuild`=41079;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41288';