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