From 42fa6a03efe4625d68e360c5463b5e426ed4caf7 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Fri, 19 Dec 2025 22:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8A=A0=E5=AF=86=E5=86=99?= =?UTF-8?q?=E4=BA=BA=E7=89=A9=E5=B1=9E=E6=80=A7=20=E8=A3=85=E5=A4=87?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/_ENUM/_ENUM_.nut | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index 6af346d..a0b4f5f 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -430,3 +430,11 @@ function sq_GetCharacterAttribute(address) { function sq_GetCharacterEquipAttribute(offest, Slot) { return L_sq_GetCharacterAttribute(offest, Slot); } + +function sq_SetCharacterAttribute(address, Value) { + L_sq_SetCharacterAttribute(address, Value); +} + +function sq_SetCharacterEquipAttribute(offest, Slot, Value) { + L_sq_SetCharacterAttribute(offest, Slot, Value); +} \ No newline at end of file