aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-05-25 00:34:44 +0200
committerShauren <shauren.trinity@gmail.com>2023-05-25 00:34:44 +0200
commitbfc0f7faab7c7106239f490aa99d2ec3bdf17389 (patch)
tree20431aabeadcdf157fc5645d049440e8a5823d07 /sql/updates/auth
parent092119058ba11e6d9d0b929787693c70032aebe1 (diff)
Core: Update allowed build to 10.1.0.49741
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_05_25_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_05_25_00_auth.sql b/sql/updates/auth/master/2023_05_25_00_auth.sql
new file mode 100644
index 00000000000..99c138d9bc2
--- /dev/null
+++ b/sql/updates/auth/master/2023_05_25_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=49741;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(49741,10,1,0,NULL,NULL,'0EF181E2BB0E946CF3B7422ADEB6CD1A',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=49741 WHERE `gamebuild`=49679;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49741';