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 bd8a05d commit 7f8db30
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 @@ -909,7 +909,7 @@ namespace RE
bool IsFavorite()
{
using func_t = decltype(&ExtraDataList::IsFavorite);
REL::Relocation<func_t> func{ REL::ID(786568) };
REL::Relocation<func_t> func{ REL::ID(2190189) };
return func(this);
}

Expand Down

0 comments on commit 7f8db30

Please sign in to comment.