aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-02-14 10:08:41 +0100
committerShauren <shauren.trinity@gmail.com>2023-02-14 10:08:41 +0100
commit8dc5ffef56beaf82978dcb1cb786b2ff0f7eba2e (patch)
treea5099dfc65fa40470374cc4047f204a845a7fd1d /sql/updates
parent9f088c2e04cba1f1870c6d9da1b16e9593430c54 (diff)
Core: Updated allowed build to 10.0.5.48069
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_02_14_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_02_14_00_auth.sql b/sql/updates/auth/master/2023_02_14_00_auth.sql
new file mode 100644
index 00000000000..1f3790c5ed2
--- /dev/null
+++ b/sql/updates/auth/master/2023_02_14_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=48069;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(48069,10,0,5,NULL,NULL,'558CDF958FA082E95849779C7C6945E5',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=48069 WHERE `gamebuild`=48001;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48069';