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 fef8bb9 commit 2d18952
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 @@ -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_t> func{ REL::ID(1136607) };
REL::Relocation<func_t> func{ REL::ID(2189027) };
return func(this, a_mod, a_attachIndex);
}

Expand Down

0 comments on commit 2d18952

Please sign in to comment.