chioq / oUF_Abu

Unit frames based on oUF
MIT License
0 stars 0 forks source link

MirrorTimers are not working #2

Open chioq opened 4 years ago

chioq commented 4 years ago

MirrorTimers (Breath, Feign Death, etc.) need to be fixed. LUA error is available for debugging.

chioq commented 4 years ago

In order to resolve this issue, oUF needs to remove deprecated UNIT_HEALTH_FREQUENTevent. -> https://www.townlong-yak.com/framexml/34003/Blizzard_APIDocumentation/UnitDocumentation.lua/diff#987 Lack of this change threw an exception during the creation of boss frames leading to the result of arena frames and mirror timers not being created either.

Manual removal of the deprecated event brought back the missing timers.