oUF-wow / oUF

WoW AddOn - Unit frame framework.
MIT License
221 stars 58 forks source link

tags: Fix threatcolor tag #674

Closed ls- closed 5 months ago

ls- commented 5 months ago

GetThreatStatusColor no longer accepts nil. Before 10.2.6 it used to return the same colour data for nil and 0, see wiki. It also no longer accepts -1, but we don't use that.

Fixes #673.