Skip to content

Commit

Permalink
set to strictly equal
Browse files Browse the repository at this point in the history
  • Loading branch information
icommitdesnet committed Jan 3, 2025
1 parent 2f18e7b commit 2f4be13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2bs/kolbot/libs/core/Town.js
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ const Town = {
.filter(function (p) {
return p.isInInventory && isUpgradePossible(p) && !pickitWantsUpgrade(p);
})
.length == 0;
.length === 0;

// we have gems that can be upgraded in inventory
const isInventoryValid = me.getItemsEx()
Expand Down

0 comments on commit 2f4be13

Please sign in to comment.