aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-11-30 13:40:12 +0100
committerShauren <shauren.trinity@gmail.com>2023-11-30 13:40:12 +0100
commit8d6578b58025e71f88297cb2b6d222251b4bbe75 (patch)
treed6701d5f12ea0331c9abcb96560fc73402763bbb /sql/updates
parente91a5e61567dc64860158b6a959d6002f3b1905e (diff)
Core: Update allowed build to 10.2.0.52301
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_11_30_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_30_00_auth.sql b/sql/updates/auth/master/2023_11_30_00_auth.sql
new file mode 100644
index 00000000000..c7741b60847
--- /dev/null
+++ b/sql/updates/auth/master/2023_11_30_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=52301;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(52301,10,2,0,NULL,NULL,'821AA3BB237B400B82F44970250539AA',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=52301 WHERE `gamebuild`=52188;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52301';