aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-02-07 10:41:47 +0100
committerShauren <shauren.trinity@gmail.com>2023-02-07 10:41:47 +0100
commit858f65656d4f992e87632c38173ab4c1539adb53 (patch)
treefa63a2fadafae0801f40bc59e293a0e9fda886e2 /sql/updates
parentfd154940eddc54e556d6bfb5147cedbda4750c3e (diff)
Core: Updated allowed build to 10.0.5.47967
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_02_07_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_02_07_00_auth.sql b/sql/updates/auth/master/2023_02_07_00_auth.sql
new file mode 100644
index 00000000000..20f7b37a77a
--- /dev/null
+++ b/sql/updates/auth/master/2023_02_07_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=47967;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(47967,10,0,5,NULL,NULL,'CFE225D0089E224D9E7541D3B5C26478',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=47967 WHERE `gamebuild`=47936;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '47967';