Skip to content

Commit

Permalink
https://github.com/oUF-wow/oUF/pull/674
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Apr 20, 2024
1 parent f309445 commit c202dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_Libraries/Core/oUF/elements/tags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ local tagStrings = {
end]],

['threatcolor'] = [[function(u)
return Hex(GetThreatStatusColor(UnitThreatSituation(u)))
return Hex(GetThreatStatusColor(UnitThreatSituation(u) or 0))
end]],
}

Expand Down

0 comments on commit c202dbe

Please sign in to comment.