Skip to content

Commit c202dbe

Browse files
committed
https://github.com/oUF-wow/oUF/pull/674
1 parent f309445 commit c202dbe

File tree

1 file changed

+1
-1
lines changed
  • ElvUI_Libraries/Core/oUF/elements

1 file changed

+1
-1
lines changed

Diff for: ElvUI_Libraries/Core/oUF/elements/tags.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ local tagStrings = {
448448
end]],
449449

450450
['threatcolor'] = [[function(u)
451-
return Hex(GetThreatStatusColor(UnitThreatSituation(u)))
451+
return Hex(GetThreatStatusColor(UnitThreatSituation(u) or 0))
452452
end]],
453453
}
454454

0 commit comments

Comments
 (0)