From 2d18952d236c7d912a13ce843229badbb7bacda8 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:25: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 2b83e8fd..989ef1e2 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -464,7 +464,7 @@ namespace RE std::uint32_t RemoveMod(const BGSMod::Attachment::Mod* a_mod, std::uint8_t a_attachIndex) { using func_t = decltype(&BGSObjectInstanceExtra::RemoveMod); - REL::Relocation func{ REL::ID(1136607) }; + REL::Relocation func{ REL::ID(2189027) }; return func(this, a_mod, a_attachIndex); }