Skip to content

Commit

Permalink
Update BSExtraData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutCascadia authored May 5, 2024
1 parent 2d18952 commit 996e0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/BSExtraData.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ namespace RE
std::uint32_t RemoveInvalidMods(const BGSAttachParentArray* a_baseObjectParents)
{
using func_t = decltype(&BGSObjectInstanceExtra::RemoveInvalidMods);
REL::Relocation<func_t> func{ REL::ID(1548060) };
REL::Relocation<func_t> func{ REL::ID(2189028) };
return func(this, a_baseObjectParents);
}

Expand Down

0 comments on commit 996e0f4

Please sign in to comment.