Browse Source

Update _iStatFlag on HoldItem

pull/8330/head
Eric Robinson 3 months ago committed by Stephen C. Wills
parent
commit
ee6ce0588a
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -2909,6 +2909,8 @@ void CalcPlrInv(Player &player, bool loadgfx)
// If stash is open, ensure the items are displayed correctly
Stash.RefreshItemStatFlags();
}
if (!player.HoldItem.isEmpty())
player.HoldItem.updateRequiredStatsCacheForPlayer(player);
}
}

Loading…
Cancel
Save