Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Classes/ItemsTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ function ItemsTabClass:UpdateAffixControl(control, item, affixType, outputTable,
t_insert(control.list, lastSeries)
end
-- cluster jewel mods retained after changing the cluster type
if retainedAffixes[modId] then
if retainedAffixes[modId] and item.clusterJewel then
lastSeries.label = "^8[Retained] " .. lastSeries.label
end
t_insert(lastSeries.modList, modId)
Expand Down
Loading