This commit is contained in:
Lenheart 2025-12-12 01:10:14 +08:00
parent 1417328ee7
commit 374f3673ca
1 changed files with 3 additions and 3 deletions

View File

@ -427,6 +427,6 @@ function sq_GetCharacterAttribute(address) {
return L_sq_GetCharacterAttribute(address);
}
// function sq_GetCharacterEquipAttribute(offest, Slot) {
// return L_sq_GetCharacterAttribute(offest, Slot);
// }
function sq_GetCharacterEquipAttribute(offest, Slot) {
return L_sq_GetCharacterAttribute(offest, Slot);
}