aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-15 00:15:58 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-15 00:15:58 +0200
commitfce667b738f52e57918082c8e14edd01345d870c (patch)
treebd2f079ac217ee2502dfc44f0d28968bc26225d2 /sql/updates
parent4bd465f6b9743bd9633b59ad97327f775b51458b (diff)
Core: Update allowed build to 10.1.0.50469
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_07_15_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_15_00_auth.sql b/sql/updates/auth/master/2023_07_15_00_auth.sql
new file mode 100644
index 00000000000..a397732920f
--- /dev/null
+++ b/sql/updates/auth/master/2023_07_15_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=50469;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(50469,10,1,5,NULL,NULL,'1768CCB6589E16AB3BEFA9D608A393A2',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=50469 WHERE `gamebuild`=50467;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50469';