From e7b2a413e0efd3c22ae21509b119a7a453d7c0aa Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Wed, 6 Nov 2024 10:38:54 -0600 Subject: [PATCH] Display item sets in stat breakdown source lists --- RatingBuster.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RatingBuster.lua b/RatingBuster.lua index 5c3e203..32100db 100644 --- a/RatingBuster.lua +++ b/RatingBuster.lua @@ -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