From ed77b9c3a91c4e71ea1241195d4e3930be1978b3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 26 Feb 2022 01:03:30 +0100 Subject: Core: Updated allowed build to 9.2.0.42488 --- sql/updates/auth/master/2022_02_26_00_auth.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/auth/master/2022_02_26_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/master/2022_02_26_00_auth.sql b/sql/updates/auth/master/2022_02_26_00_auth.sql new file mode 100644 index 00000000000..5af610105a2 --- /dev/null +++ b/sql/updates/auth/master/2022_02_26_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=42488; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(42488,9,2,0,NULL,NULL,'A78755E6928D83A271C5D1EE3CDB6F15',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=42488 WHERE `gamebuild`=42423; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42488'; -- cgit v1.2.3