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 996e0f4 commit f88dd11
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 @@ -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_t> func{ REL::ID(1191757) };
REL::Relocation<func_t> func{ REL::ID(2189025) };
return func(this, a_newMod, a_attachIndex, a_rank, a_removeInvalidMods);
}

Expand Down

0 comments on commit f88dd11

Please sign in to comment.