aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-02-07 12:26:54 +0100
committerModoX <moardox@gmail.com>2024-02-07 12:26:54 +0100
commit49242773f000c32ce77c6c14039bc8b7169468dd (patch)
tree98bb8d09246d0f98d28dd7ccf15026ee8e09d58d /sql/updates
parent7199ccf156e806f967471e24677d265b525aeb11 (diff)
Core: Update allowed build to 10.2.5.53212
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2024_02_07_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_02_07_00_auth.sql b/sql/updates/auth/master/2024_02_07_00_auth.sql
new file mode 100644
index 00000000000..ee783d6da81
--- /dev/null
+++ b/sql/updates/auth/master/2024_02_07_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53212;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53212,10,2,5,NULL,NULL,'08761EFF2F9B639364B9A9FBFFFFB949',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53212 WHERE `gamebuild`=53162;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53212';