From 374f3673cabda6a221ed8cf282c50098d5efdaa1 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Fri, 12 Dec 2025 01:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/_ENUM/_ENUM_.nut | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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