From 5f99bbf75fb8885a03e07eaff86f59663c51fefe Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:59:44 -0500 Subject: [PATCH] fix: scaleform ID's --- include/RE/IDs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RE/IDs.h b/include/RE/IDs.h index c202a156..bb4b5561 100644 --- a/include/RE/IDs.h +++ b/include/RE/IDs.h @@ -299,8 +299,8 @@ namespace RE::ID inline constexpr REL::ID ObjectRelease{ 57289 }; inline constexpr REL::ID HasMember{ 57290 }; inline constexpr REL::ID GetMember{ 57291 }; - inline constexpr REL::ID SetMember{ 57292 }; - inline constexpr REL::ID Invoke{ 57293 }; + inline constexpr REL::ID SetMember{ 1867815 }; + inline constexpr REL::ID Invoke{ 1867816 }; inline constexpr REL::ID VisitMembers{ 57296 }; inline constexpr REL::ID GetArraySize{ 57297 }; inline constexpr REL::ID SetArraySize{ 57298 };