aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-06-06 00:50:41 +0200
committerShauren <shauren.trinity@gmail.com>2023-06-06 00:50:41 +0200
commit8d1a57eb963601c9c8e27b0f54ab528b8058781f (patch)
tree92109b8bb69ed218c4d1f71258f56bde01c77ebf /sql/updates/auth/master
parent43134cadf192a468508605a62b2b56242a8311c8 (diff)
Core: Update allowed build to 10.1.0.49890
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2023_06_06_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_06_06_00_auth.sql b/sql/updates/auth/master/2023_06_06_00_auth.sql
new file mode 100644
index 00000000000..ae4b26ad79a
--- /dev/null
+++ b/sql/updates/auth/master/2023_06_06_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=49890;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(49890,10,1,0,NULL,NULL,'22A5B8A1EB797A64995F705B3DBCB14C',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=49890 WHERE `gamebuild`=49801;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49890';