diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-04-25 11:16:09 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-04-25 11:16:09 +0200 |
| commit | d845ffa40c484bab9256190c87cf8e6f11f4a5d8 (patch) | |
| tree | 91bbe00438d1d4ec8485ae224deced0df9860be1 /sql/updates/auth | |
| parent | c4740253b7ca1f446b5128ad233feb47f12b2e4a (diff) | |
Core: Update allowed build to 10.0.7.49267
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2023_04_25_00_auth.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_04_25_00_auth.sql b/sql/updates/auth/master/2023_04_25_00_auth.sql new file mode 100644 index 00000000000..ac8dc2c5616 --- /dev/null +++ b/sql/updates/auth/master/2023_04_25_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `build_info` WHERE `build`=49267; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(49267,10,0,7,NULL,NULL,'EEE77EA5A216E0731ADBB41AEFB1DF31',NULL,NULL,NULL); + +UPDATE `realmlist` SET `gamebuild`=49267 WHERE `gamebuild`=48999; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49267'; |
