From f88dd116dcfbbdbae1b09c6a06e373007f419a21 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:37:33 +0200 Subject: [PATCH] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 997f7e98..36f2c85b 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -446,7 +446,7 @@ namespace RE void AddMod(const BGSMod::Attachment::Mod& a_newMod, std::uint8_t a_attachIndex, std::uint8_t a_rank, bool a_removeInvalidMods) { using func_t = decltype(&BGSObjectInstanceExtra::AddMod); - REL::Relocation func{ REL::ID(1191757) }; + REL::Relocation func{ REL::ID(2189025) }; return func(this, a_newMod, a_attachIndex, a_rank, a_removeInvalidMods); }