From fb0a20919bba2a44cdd9a39381c940a07878a27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 3 Oct 2025 12:20:21 +0800 Subject: [PATCH] Add support for version 9.9.22-40362 Updated appid.json and offset.json to include entries for version 9.9.22-40362, specifying the new appid, qua, and offset values for send and recv. --- src/core/external/appid.json | 4 ++++ src/core/external/offset.json | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/core/external/appid.json b/src/core/external/appid.json index 6aa422e8..60b6085f 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -386,5 +386,9 @@ "9.9.21-39038": { "appid": 537313906, "qua": "V1_WIN_NQ_9.9.21_39038_GW_B" + }, + "9.9.22-40362": { + "appid": 537314212, + "qua": "V1_WIN_NQ_9.9.22_40362_GW_B" } } \ No newline at end of file diff --git a/src/core/external/offset.json b/src/core/external/offset.json index 3fb1d2be..80523bce 100644 --- a/src/core/external/offset.json +++ b/src/core/external/offset.json @@ -507,8 +507,12 @@ "send": "7B025C8", "recv": "7B05F58" }, - "9.9.21-39038-x64": { + "9.9.21-39038-x64": { "send": "313FB58", "recv": "31432FC" + }, + "9.9.22-40362": { + "send": "31C0EB8", + "recv": "31C465C" } } \ No newline at end of file