更新附加装备APD函数

This commit is contained in:
Lenheart 2025-12-20 22:59:28 +08:00
parent 77202bfdb7
commit 39fefdae43
1 changed files with 0 additions and 1 deletions

View File

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