Skip to content

Commit

Permalink
update id for InventoryChanges::RemoveAllItems
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Jun 14, 2024
1 parent d41f20d commit 5cdde1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RE/I/InventoryChanges.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace RE
void InventoryChanges::RemoveAllItems(TESObjectREFR* a_ref, TESObjectREFR* a_moveToRef, bool a_arg4, bool a_keepOwnership, bool a_arg6)
{
using func_t = decltype(&InventoryChanges::RemoveAllItems);
REL::Relocation<func_t> func{ RELOCATION_ID(15878, 16118) };
REL::Relocation<func_t> func{ RELOCATION_ID(15878, 441567) };
return func(this, a_ref, a_moveToRef, a_arg4, a_keepOwnership, a_arg6);
}

Expand Down

0 comments on commit 5cdde1d

Please sign in to comment.