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 7f8db30 commit fef8bb9
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 @@ -817,7 +817,7 @@ namespace RE
stl::observer<TBO_InstanceData*> CreateInstanceData(TESBoundObject* a_object, bool a_generateName)
{
using func_t = decltype(&ExtraDataList::CreateInstanceData);
REL::Relocation<func_t> func{ REL::ID(1280130) };
REL::Relocation<func_t> func{ REL::ID(2190185) };
return func(this, a_object, a_generateName);
}

Expand Down

0 comments on commit fef8bb9

Please sign in to comment.