View Single Post
07-19-17, 11:19 PM   #4
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Originally Posted by Layback_ View Post
Glad it's not an error of mine

Guess it started to happen to me since 7.2 or 7.2.5 maybe...

Hope they are aware of this and fix this on 7.3
Nah, it's been happening since WoD at least

You're just unlucky because it happens to your aura CDs

-- edit #1

K, I was right. Try adding this line to your CD-related code, after you set it for instance, you might need to use PostUpdateIcon callback.

Lua Code:
  1. cooldown:SetHideCountdownNumbers(false)

Something sets this flag to true internally (from C, not from Lua). I'll report this bug today w/ this info. It's been awhile since this bug appeared, I guess it's time to finally report it
__________________

Last edited by lightspark : 07-19-17 at 11:40 PM.
  Reply With Quote