Fix in the event tracker feature

This commit is contained in:
Tercio Jose
2023-03-01 11:01:30 -03:00
parent 911e29e105
commit 6c56a66de5
+1 -1
View File
@@ -625,7 +625,7 @@ function Details:CreateEventTrackerFrame(parentObject, name)
targetName = add_role_and_class_color (targetName, targetSerial)
end
line.RightText:SetText(targetName or "unknown target")
line.RightText:SetText(targetName or spellName or "")
line.ActionIcon:SetTexture([[Interface\AddOns\Details\images\event_tracker_icons]])
line.ActionIcon:SetTexCoord(0.376, 0.5, 0, 1)