Skip to content

Commit

Permalink
Display item sets in stat breakdown source lists
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Nov 6, 2024
1 parent 793b079 commit e7b2a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,9 @@ do
icon = sourceSpellInfo.iconID
elseif case.tab then
name, icon = StatLogic:GetOrderedTalentInfo(case.tab, case.num)
elseif case.set then
name = C_Item.GetItemSetInfo(case.set)
icon = [[Interface/PaperDollInfoFrame/UI-EquipmentManager-Toggle]]
end
if name and icon then
local source = "|T"..icon..":20|t"..name
Expand Down

0 comments on commit e7b2a41

Please sign in to comment.