aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2022_02_25_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_02_25_00_auth.sql b/sql/updates/auth/master/2022_02_25_00_auth.sql
new file mode 100644
index 00000000000..3ea24e07524
--- /dev/null
+++ b/sql/updates/auth/master/2022_02_25_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=42423;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(42423,9,2,0,NULL,NULL,'0B03614A7E94DD57548596BE420E9DC2',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=42423 WHERE `gamebuild`=42010;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42423';