Skip to content

Commit

Permalink
Remove statOrderKey
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Jan 14, 2025
1 parent 76a97af commit 42cb754
Show file tree
Hide file tree
Showing 15 changed files with 16,669 additions and 16,671 deletions.
4 changes: 2 additions & 2 deletions src/Classes/ItemsTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1751,13 +1751,13 @@ function ItemsTabClass:UpdateAffixControl(control, item, type, outputTable, outp
local lastSeries
for _, modId in ipairs(affixList) do
local mod = item.affixes[modId]
if not lastSeries or lastSeries.statOrderKey ~= mod.statOrderKey then
if not lastSeries or not tableDeepEquals(lastSeries.statOrder, mod.statOrder) then
local modString = table.concat(mod, "/")
lastSeries = {
label = modString,
modList = { },
haveRange = modString:match("%(%-?[%d%.]+%-%-?[%d%.]+%)"),
statOrderKey = mod.statOrderKey,
statOrder = mod.statOrder,
}
t_insert(control.list, lastSeries)
end
Expand Down
4,982 changes: 2,491 additions & 2,491 deletions src/Data/Crucible.lua

Large diffs are not rendered by default.

492 changes: 246 additions & 246 deletions src/Data/ModFlask.lua

Large diffs are not rendered by default.

22,732 changes: 11,366 additions & 11,366 deletions src/Data/ModItem.lua

Large diffs are not rendered by default.

844 changes: 422 additions & 422 deletions src/Data/ModJewel.lua

Large diffs are not rendered by default.

1,442 changes: 721 additions & 721 deletions src/Data/ModJewelAbyss.lua

Large diffs are not rendered by default.

484 changes: 242 additions & 242 deletions src/Data/ModJewelCharm.lua

Large diffs are not rendered by default.

1,110 changes: 555 additions & 555 deletions src/Data/ModJewelCluster.lua

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions src/Data/ModNecropolis.lua

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions src/Data/ModTincture.lua

Large diffs are not rendered by default.

454 changes: 227 additions & 227 deletions src/Data/ModVeiled.lua

Large diffs are not rendered by default.

Loading

0 comments on commit 42cb754

Please sign in to comment.