aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-03-11 00:10:45 +0100
committerModoX <moardox@gmail.com>2023-03-11 00:10:45 +0100
commit376cd1a255eed10f63267611079b4760aecc878e (patch)
tree211de70c65b0926e7c362a8a4522f3e1f380a0dc /sql/updates
parent7ea438ebdca93874776e02e9985db1da0a53f2fb (diff)
Core: Updated allowed build to 10.0.5.48526
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_03_11_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_03_11_00_auth.sql b/sql/updates/auth/master/2023_03_11_00_auth.sql
new file mode 100644
index 00000000000..7fcacc3a624
--- /dev/null
+++ b/sql/updates/auth/master/2023_03_11_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=48526;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(48526,10,0,5,NULL,NULL,'D5B7D3303A2A741E6913EE1AEB0BCB65',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=48526 WHERE `gamebuild`=48397;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48526';