aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-01-28 16:41:19 +0100
committerModoX <moardox@gmail.com>2023-01-28 16:42:33 +0100
commit4fadf37d0b77442716d7cb451f1c91bfb927dff7 (patch)
tree75973aeef946cc703b93e7689157785f6e467ef7 /sql/updates/auth
parentb5886f6a2d1756357a9240703306e9efc82771d7 (diff)
Core: Updated allowed build to 10.0.5.47871
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_01_28_01_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_01_28_01_auth.sql b/sql/updates/auth/master/2023_01_28_01_auth.sql
new file mode 100644
index 00000000000..7e37f45abda
--- /dev/null
+++ b/sql/updates/auth/master/2023_01_28_01_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=47871;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(47871,10,0,5,NULL,NULL,'8E4F7D30EE4982B02B3B3F8837C2C4F2',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=47871 WHERE `gamebuild`=47849;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '47871';