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); }