diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index 7c57b46..6492486 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -427,6 +427,6 @@ function sq_GetCharacterAttribute(address) { return L_sq_GetCharacterAttribute(address); } -// function sq_GetCharacterEquipAttribute(offest, Slot) { -// return L_sq_GetCharacterAttribute(offest, Slot); -// } \ No newline at end of file +function sq_GetCharacterEquipAttribute(offest, Slot) { + return L_sq_GetCharacterAttribute(offest, Slot); +} \ No newline at end of file