oUF-wow / oUF

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

colors: Update color fetching #667

Closed ls- closed 10 months ago

ls- commented 10 months ago

In 10.2.5 the predictionColor subtable was added to most colours which broke our stagger detection. So instead of checking for subtables, it's easier to check if r/g/b entries are present. Alternatively, it might be even better to check if a colour is "STAGGER" specifically, it's not like we'll be able to automagically catch a new colour if it has subtables as well because it might have differently named subtables.