aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorMotive <42782517+motivewc@users.noreply.github.com>2024-09-01 11:53:13 -0400
committerGitHub <noreply@github.com>2024-09-01 17:53:13 +0200
commit45757d95c42883609e734123944091cee7592891 (patch)
treec58507b5c0ebbfa87b54aab83fe20a3aaada9937 /sql/updates/auth
parentcdca59ca4daf1edc250a96bd793cd8d4368e7f2e (diff)
Core: Add auth seed for macOS arm64 build 56421 (#30204)
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_08_31_01_auth.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_31_01_auth.sql b/sql/updates/auth/master/2024_08_31_01_auth.sql
new file mode 100644
index 00000000000..40000076bbe
--- /dev/null
+++ b/sql/updates/auth/master/2024_08_31_01_auth.sql
@@ -0,0 +1,2 @@
+DELETE FROM build_auth_key WHERE `build` = 56421 AND `platform` = 'Mac' AND `arch` = 'A64' AND `type`='WoW';
+INSERT INTO build_auth_key VALUES (56421, 'Mac', 'A64', 'WoW', 0x5892FFABAEFDCECB0CFFAAA55D2F9B13);