From 39fefdae43b4703dec8b730fe015954134fe4a67 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Sat, 20 Dec 2025 22:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=99=84=E5=8A=A0=E8=A3=85?= =?UTF-8?q?=E5=A4=87APD=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/_ENUM/_ENUM_.nut | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index 3c52009..f3a5d46 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -443,6 +443,5 @@ function sq_SetCharacterEquipAttribute(offest, Slot, Value) { function sq_setEquipAppendage(obj, ApdListId, Time) { local ObjAddress = L_Sq_GetObjectAddress(obj); local APD = L_Sq_CallFunc(0x9E5130, "int", FFI_MS_CDECL, ["int", "int", "int"], ApdListId, ObjAddress, ObjAddress); - print(APD); L_Sq_CallFunc(0x4041c0, "int", FFI_THISCALL, ["int", "int", "int"], APD + 44, 0, Time); }