Skip to content

Commit

Permalink
added missing IDs for BakaFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed May 11, 2024
1 parent 4ca4776 commit 722367d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/TESObjectREFRs.h
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ namespace RE
[[nodiscard]] ObjectRefHandle GetHandle()
{
using func_t = decltype(&TESObjectREFR::GetHandle);
REL::Relocation<func_t> func{ REL::ID(1573130) };
REL::Relocation<func_t> func{ REL::ID(2201196) };
return func(this);
}

Expand Down
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/UI.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace RE

[[nodiscard]] static BSReadWriteLock& GetMenuMapRWLock()
{
REL::Relocation<BSReadWriteLock*> menuMapRWLock{ REL::ID(578487) };
REL::Relocation<BSReadWriteLock*> menuMapRWLock{ REL::ID(2707105) };
return *menuMapRWLock;
}

Expand Down

0 comments on commit 722367d

Please sign in to comment.