aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-08-21 15:26:13 +0200
committerShauren <shauren.trinity@gmail.com>2024-08-21 15:26:13 +0200
commitd34d27a0b580563d2bc687e55da522b79fdaa7c6 (patch)
tree8e20fc401cd759ba0730f3af800962857481e735 /sql/updates
parent9de1ee13d5079da0bb466926ab1c7dc70019b437 (diff)
Core: Update allowed build to 11.0.2.56196
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2024_08_21_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_21_00_auth.sql b/sql/updates/auth/master/2024_08_21_00_auth.sql
new file mode 100644
index 00000000000..24b8e1ab712
--- /dev/null
+++ b/sql/updates/auth/master/2024_08_21_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build` IN (56196);
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(56196,11,0,2,NULL,NULL,'81FC14274BFF0347FFF9C8B1AA6BED9B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=56196 WHERE `gamebuild`=56162;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56196';