From 996e0f41feae8c673d44d47e95403c1d650054ef Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:32:46 +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 989ef1e2..997f7e98 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -457,7 +457,7 @@ namespace RE std::uint32_t RemoveInvalidMods(const BGSAttachParentArray* a_baseObjectParents) { using func_t = decltype(&BGSObjectInstanceExtra::RemoveInvalidMods); - REL::Relocation func{ REL::ID(1548060) }; + REL::Relocation func{ REL::ID(2189028) }; return func(this, a_baseObjectParents); }