Skip to content

Commit

Permalink
fix incorrect id for Script::ProcessScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed May 9, 2024
1 parent 662ca0b commit 4ca4776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/Script.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ namespace RE
static bool GetProcessScripts()
{
using func_t = decltype(&Script::GetProcessScripts);
REL::Relocation<func_t> func{ REL::ID(2192245) };
REL::Relocation<func_t> func{ REL::ID(2204310) };
return func();
}

Expand Down

0 comments on commit 4ca4776

Please sign in to comment.