Skip to content

Commit

Permalink
Fix incorrect AE address ID for BGSFootstepManager::Singleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstewart committed May 13, 2023
1 parent 4e3346c commit c4ab853
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 @@ -40,7 +40,7 @@ namespace RE::Offset

namespace BGSFootstepManager
{
constexpr auto Singleton = RELOCATION_ID(517045, 401262);
constexpr auto Singleton = RELOCATION_ID(517045, 403553);
}

namespace BGSListForm
Expand Down

0 comments on commit c4ab853

Please sign in to comment.