diff --git a/src/Classes/ItemsTab.lua b/src/Classes/ItemsTab.lua index 3ae6e046aa..3eba4148f0 100644 --- a/src/Classes/ItemsTab.lua +++ b/src/Classes/ItemsTab.lua @@ -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)