Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Mar 12, 2024
1 parent 5a77986 commit e017e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/src/DistributeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ namespace Distribute
if (const auto npc = a_this->GetActorBase()) {
auto slots = detail::get_equipped_item_slots(a_this);
a_this->RemoveOutfitItems(nullptr);

// some leveled npcs are completely reset upon loading
if (a_this->Is3DLoaded()) {
detail::distribute_on_load(a_this, npc);
Expand Down

0 comments on commit e017e6a

Please sign in to comment.