use new spec icon file

This commit is contained in:
andrew6180
2024-05-26 18:49:31 -07:00
parent b6264af117
commit 14c3a45d1a
11 changed files with 39 additions and 75 deletions
@@ -448,7 +448,7 @@ function encounterDetails:CreatePhaseIndicators(chartPanel, phaseTooltip)
tooltipBar:SetStatusBarColor(red, green, blue)
if (spec) then
tooltipBar.icon.texture = [[Interface\AddOns\Details\images\spec_icons_normal]]
tooltipBar.icon.texture = [[Interface\\GLUES\\CHARACTERCREATE\\UI-CHARACTERCREATE-CLASSES-SPECSl]]
tooltipBar.icon.texcoord = encounterDetails.class_specs_coords[spec]
elseif (class) then
@@ -496,7 +496,7 @@ function encounterDetails:CreatePhaseIndicators(chartPanel, phaseTooltip)
tooltipBar:SetStatusBarColor(red, green, blue)
if (spec) then
tooltipBar.icon.texture = [[Interface\AddOns\Details\images\spec_icons_normal]]
tooltipBar.icon.texture = [[Interface\\GLUES\\CHARACTERCREATE\\UI-CHARACTERCREATE-CLASSES-SPECS]]
tooltipBar.icon.texcoord = encounterDetails.class_specs_coords[spec]
elseif (class) then