diff --git a/src/core/external/appid.json b/src/core/external/appid.json index 84280a97..8513f854 100644 --- a/src/core/external/appid.json +++ b/src/core/external/appid.json @@ -429,10 +429,18 @@ }, "9.9.23-41679": { "appid": 537320110, - "qua": "V1_WIN_NQ_9.9.23.41679_GW_B" + "qua": "V1_WIN_NQ_9.9.23_41679_GW_B" }, "6.8.83-41679": { "appid": 537320135, "qua": "V1_MAC_NQ_6.9.83_41679_GW_B" + }, + "9.9.23-41785": { + "appid": 537320110, + "qua": "V1_WIN_NQ_9.9.23_41785_GW_B" + }, + "6.8.83-41785": { + "appid": 537320135, + "qua": "V1_MAC_NQ_6.9.83_41785_GW_B" } } \ No newline at end of file diff --git a/src/core/external/napi2native.json b/src/core/external/napi2native.json index 6927d057..38e6e7a5 100644 --- a/src/core/external/napi2native.json +++ b/src/core/external/napi2native.json @@ -52,7 +52,15 @@ "recv": "0B41B90" }, "6.9.83-41679-arm64": { - "send": "0237D114", + "send": "237D114", "recv": "0957648" + }, + "6.9.83-41785-arm64": { + "send": "23B0BF0", + "recv": "095567C" + }, + "9.9.23-41785-x64": { + "send": "09FF0A4", + "recv": "1D19FF9" } } \ No newline at end of file diff --git a/src/core/external/packet.json b/src/core/external/packet.json index 67f0abbd..fe47b68e 100644 --- a/src/core/external/packet.json +++ b/src/core/external/packet.json @@ -566,5 +566,13 @@ "6.9.83-41679-arm64": { "send": "3D718F8", "recv": "3D74208" + }, + "9.9.23-41785-x64": { + "send": "2C944A0", + "recv": "2C97A20" + }, + "6.8.83-41785-arm64": { + "send": "3D6DA28", + "recv": "3D70338" } } \ No newline at end of file diff --git a/src/native/napi2native/napi2native.darwin.arm64.node b/src/native/napi2native/napi2native.darwin.arm64.node index f72e1688..0000f553 100644 Binary files a/src/native/napi2native/napi2native.darwin.arm64.node and b/src/native/napi2native/napi2native.darwin.arm64.node differ