aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-03-05 20:44:22 +0100
committerShauren <shauren.trinity@gmail.com>2024-03-05 20:44:22 +0100
commit6f31586082735175bf02b7ccdf7ea842f3af48b1 (patch)
treeba0b58283f1ba84bbc02476f5e23391a9c2b3e3c /sql/updates/auth
parent0c32277139a173c31043706d72e1cfe8830aaade (diff)
Core: Update allowed build to 10.2.5.53584
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_03_05_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_03_05_00_auth.sql b/sql/updates/auth/master/2024_03_05_00_auth.sql
new file mode 100644
index 00000000000..c3162f21d22
--- /dev/null
+++ b/sql/updates/auth/master/2024_03_05_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53584;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53584,10,2,5,NULL,NULL,'CDD7A93659A03460B5A6CE1C4ACE5554',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53584 WHERE `gamebuild`=53441;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53584';