Skip to content

Commit

Permalink
Fix bad ID for Script::CompileAndRun
Browse files Browse the repository at this point in the history
  • Loading branch information
Exit-9B committed Dec 16, 2023
1 parent 8186dc1 commit fe3c3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/Offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ namespace RE

namespace Script
{
inline constexpr REL::ID CompileAndRun(static_cast<std::uint64_t>(21890));
inline constexpr REL::ID CompileAndRun(static_cast<std::uint64_t>(441582));
}

namespace ScriptEventSourceHolder
Expand Down

0 comments on commit fe3c3cf

Please sign in to comment.