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 962b9a4 commit e77e01f
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 @@ -836,7 +836,7 @@ namespace RE
[[nodiscard]] BGSMod::Attachment::Mod* GetLegendaryMod()
{
using func_t = decltype(&ExtraDataList::GetLegendaryMod);
REL::Relocation<func_t> func{ REL::ID(178075) };
REL::Relocation<func_t> func{ REL::ID(2190180) };
return func(this);
}

Expand Down

0 comments on commit e77e01f

Please sign in to comment.