diff options
| author | Motive <42782517+motivewc@users.noreply.github.com> | 2024-08-28 19:59:19 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-08-29 04:50:49 +0200 |
| commit | 519abbd39887fe121a9e66b1f5e046c5a54fc5c8 (patch) | |
| tree | 87a589813ce2febad9207a94f77bdee706b83d83 /sql/updates/auth | |
| parent | f84033df2b2d001a67dcfe5a8d017d32fff9e629 (diff) | |
Core: Allow macOS arm64 client to connect (#30173)
(cherry picked from commit 6b2d12206c56222ddd7877a786d11701396fc63f)
# Conflicts:
# sql/base/auth_database.sql
# sql/updates/auth/cata_classic/2024_08_28_01_auth.sql
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/cata_classic/2024_08_28_01_auth.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_08_28_01_auth.sql b/sql/updates/auth/cata_classic/2024_08_28_01_auth.sql new file mode 100644 index 00000000000..7e547d9cc4a --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_08_28_01_auth.sql @@ -0,0 +1,6 @@ +ALTER TABLE `build_info` ADD `macArmAuthSeed` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `mac64AuthSeed`; + +UPDATE `build_info` SET `macArmAuthSeed`='778F6A5DF79A4EF1B86F651F3B303CE7' WHERE `build`=56196; +UPDATE `build_info` SET `macArmAuthSeed`='41710C793EF021721F14B06EC1896D3F' WHERE `build`=56288; +UPDATE `build_info` SET `macArmAuthSeed`='412D3200715AAFDC0522DF031A941F0E' WHERE `build`=56311; +UPDATE `build_info` SET `macArmAuthSeed`='A83ED19EE659BC95CC322D1E49BDEDBB' WHERE `build`=56313; |
