Skip to content

Commit 42cb754

Browse files
author
LocalIdentity
committed
Remove statOrderKey
1 parent 76a97af commit 42cb754

File tree

15 files changed

+16669
-16671
lines changed

15 files changed

+16669
-16671
lines changed

src/Classes/ItemsTab.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,13 +1751,13 @@ function ItemsTabClass:UpdateAffixControl(control, item, type, outputTable, outp
17511751
local lastSeries
17521752
for _, modId in ipairs(affixList) do
17531753
local mod = item.affixes[modId]
1754-
if not lastSeries or lastSeries.statOrderKey ~= mod.statOrderKey then
1754+
if not lastSeries or not tableDeepEquals(lastSeries.statOrder, mod.statOrder) then
17551755
local modString = table.concat(mod, "/")
17561756
lastSeries = {
17571757
label = modString,
17581758
modList = { },
17591759
haveRange = modString:match("%(%-?[%d%.]+%-%-?[%d%.]+%)"),
1760-
statOrderKey = mod.statOrderKey,
1760+
statOrder = mod.statOrder,
17611761
}
17621762
t_insert(control.list, lastSeries)
17631763
end

src/Data/Crucible.lua

Lines changed: 2491 additions & 2491 deletions
Large diffs are not rendered by default.

src/Data/ModFlask.lua

Lines changed: 246 additions & 246 deletions
Large diffs are not rendered by default.

src/Data/ModItem.lua

Lines changed: 11366 additions & 11366 deletions
Large diffs are not rendered by default.

src/Data/ModJewel.lua

Lines changed: 422 additions & 422 deletions
Large diffs are not rendered by default.

src/Data/ModJewelAbyss.lua

Lines changed: 721 additions & 721 deletions
Large diffs are not rendered by default.

src/Data/ModJewelCharm.lua

Lines changed: 242 additions & 242 deletions
Large diffs are not rendered by default.

src/Data/ModJewelCluster.lua

Lines changed: 555 additions & 555 deletions
Large diffs are not rendered by default.

src/Data/ModNecropolis.lua

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

src/Data/ModTincture.lua

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)