aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2022-01-08 03:40:50 +0100
committerModoX <moardox@gmail.com>2022-01-08 03:53:46 +0100
commitf49ff55f537fdfe640364dfa00cdd83f9b3b31c7 (patch)
treef57c004d066a731b949b6db50912bb211fc145fc /sql/updates/auth/master
parentbd60df2ce06ff48e6c1466dda0bf697216978959 (diff)
Core: Updated allowed build to 9.1.5.41793
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2022_01_08_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_01_08_00_auth.sql b/sql/updates/auth/master/2022_01_08_00_auth.sql
new file mode 100644
index 00000000000..0b5ba03faec
--- /dev/null
+++ b/sql/updates/auth/master/2022_01_08_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=41793;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(41793,9,1,5,NULL,NULL,'B3B47DA3B7615570742A55B96614EE1C',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=41793 WHERE `gamebuild`=41488;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41793';