aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-08-22 23:36:09 +0200
committerShauren <shauren.trinity@gmail.com>2024-08-22 23:36:09 +0200
commit343f637435cc97ddedd725945cbad417c8f14391 (patch)
treef5dc1edb4c1865b7f54233c60a5aa5b192257f62 /sql/updates/auth/master
parent6904dfc20bc685e519b839943aaa22f3237c0ca7 (diff)
Core: Update allowed build to 11.0.2.56263
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2024_08_22_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_22_00_auth.sql b/sql/updates/auth/master/2024_08_22_00_auth.sql
new file mode 100644
index 00000000000..98264daf120
--- /dev/null
+++ b/sql/updates/auth/master/2024_08_22_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build` IN (56263);
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(56263,11,0,2,NULL,NULL,'EA8472C99236CC617BF518A924014D56',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=56263 WHERE `gamebuild`=56196;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56263';