Add 40990 version entries to appid and offset configs

Added new entries for version 40990 for multiple platforms in appid.json and offset.json, including appid, qua, and send/recv offsets. This update supports the latest client versions.
This commit is contained in:
手瓜一十雪 2025-10-22 21:09:37 +08:00
parent 376245b749
commit 791a360f28
2 changed files with 28 additions and 0 deletions

View File

@ -414,5 +414,17 @@
"6.9.82-40824": { "6.9.82-40824": {
"appid": 537319829, "appid": 537319829,
"qua": "V1_MAC_NQ_6.9.82_40824_GW_B" "qua": "V1_MAC_NQ_6.9.82_40824_GW_B"
},
"6.9.82-40990": {
"appid": 537319880,
"qua": "V1_MAC_NQ_6.9.82_40990_GW_B"
},
"9.9.22.40990": {
"appid": 537319855,
"qua": "V1_WIN_NQ_9.9.22.40990_GW_B"
},
"3.2.20-40990": {
"appid": 537319891,
"qua": "V1_LNX_NQ_3.2.20_40990_GW_B"
} }
} }

View File

@ -542,5 +542,21 @@
"6.9.82-40824-arm64": { "6.9.82-40824-arm64": {
"send": "202A198", "send": "202A198",
"recv": "202B718" "recv": "202B718"
},
"3.2.20-40990-x64": {
"send": "B69CFE0",
"recv": "B6A0A60"
},
"3.2.20-40990-arm64": {
"send": "7D49B18",
"recv": "7D4D4A8"
},
"9.9.22-40990-x64": {
"send": "31C1838",
"recv": "31C4FDC"
},
"6.9.82-40990-arm64": {
"send": "202A198",
"recv": "202B718"
} }
} }