Skip to content

Commit

Permalink
Update BSExtraData.h
Browse files Browse the repository at this point in the history
Update 'SetDisplayNameFromInstanceData' REL ID.
  • Loading branch information
FalloutCascadia authored May 5, 2024
1 parent 0ef2fbe commit bbd0ab2
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 @@ -874,7 +874,7 @@ namespace RE
void SetDisplayNameFromInstanceData(BGSObjectInstanceExtra* a_instExtra, TESBoundObject* a_object, const BSTSmartPointer<TBO_InstanceData>& a_data)
{
using func_t = decltype(&ExtraDataList::SetDisplayNameFromInstanceData);
REL::Relocation<func_t> func{ REL::ID(457340) };
REL::Relocation<func_t> func{ REL::ID(2190179) };
return func(this, a_instExtra, a_object, a_data);
}

Expand Down

0 comments on commit bbd0ab2

Please sign in to comment.