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 38cb352 commit 962b9a4
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 @@ -432,7 +432,7 @@ namespace RE
static bool AttachModToReference(TESObjectREFR& a_ref, BGSMod::Attachment::Mod& a_mod, std::uint8_t a_attachIndex, std::uint8_t a_rank)
{
using func_t = decltype(&BGSObjectInstanceExtra::AttachModToReference);
REL::Relocation<func_t> func{ REL::ID(3303) };
REL::Relocation<func_t> func{ REL::ID(2189033) };
return func(a_ref, a_mod, a_attachIndex, a_rank);
}

Expand Down

0 comments on commit 962b9a4

Please sign in to comment.