From 1788142a5447282eac792d2ebab0e5f1213083d7 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 31 Mar 2023 23:16:34 +0200 Subject: Core: Update allowed build to 10.0.7.48865 --- sql/updates/auth/master/2023_03_31_01_auth.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/auth/master/2023_03_31_01_auth.sql (limited to 'sql/updates/auth/master') diff --git a/sql/updates/auth/master/2023_03_31_01_auth.sql b/sql/updates/auth/master/2023_03_31_01_auth.sql new file mode 100644 index 00000000000..51ecd118aae --- /dev/null +++ b/sql/updates/auth/master/2023_03_31_01_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=48865; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(48865,10,0,7,NULL,NULL,'4B774ABE7B34D6702571B4279A4B6A13',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=48865 WHERE `gamebuild`=48838; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48865'; -- cgit v1.2.3