aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-08-19 09:55:58 +0200
committerShauren <shauren.trinity@gmail.com>2022-08-19 09:55:58 +0200
commit3485243d02cbab887f4cce3313c8f288e9399f4f (patch)
tree9ad12f083b8dc8c7d74b41ec736dff783412272b /sql/updates
parent5066c8aa491ec71fe952129fd1e310c717837805 (diff)
Core: Updated allowed build to 9.2.7.45161
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2022_08_19_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_08_19_00_auth.sql b/sql/updates/auth/master/2022_08_19_00_auth.sql
new file mode 100644
index 00000000000..cfe5d1193ec
--- /dev/null
+++ b/sql/updates/auth/master/2022_08_19_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=45161;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(45161,9,2,7,NULL,NULL,'74BD2E787A98B145B063BDA9A98F6CBD',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=45161 WHERE `gamebuild`=45114;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '45161';