Skip to content

Commit

Permalink
Fix in the event tracker feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Mar 1, 2023
1 parent 911e29e commit 6c56a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/window_eventtracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c56a66

Please sign in to comment.