Skip to content

Commit

Permalink
Update BSExtraData.h
Browse files Browse the repository at this point in the history
Update ID for 'SetOverrrideName'.
  • Loading branch information
FalloutCascadia authored May 5, 2024
1 parent bbd0ab2 commit 654a9bf
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 @@ -881,7 +881,7 @@ namespace RE
void SetOverrideName(const char* a_name)
{
using func_t = decltype(&ExtraDataList::SetOverrideName);
REL::Relocation<func_t> func{ REL::ID(222303) };
REL::Relocation<func_t> func{ REL::ID(2190167) };
return func(this, a_name);
}

Expand Down

0 comments on commit 654a9bf

Please sign in to comment.