This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?
In recent days I've been getting hundreds of LUA errors in ACTIONBAR_UPDATE_COOLDOWN() in release 11.0.1. I don't know what changed, but all of a sudden GetSpellCooldown() seems to be returning some Nil values, so in line 253 the numeric comparisons of 'dur' fail.
I changed 253 to say
if dur and dur > 0 and dur <= 1.5 then
and the problem went away.
What is the expected output? What do you see instead?
What version of the product are you using?
Do you have an error log of what happened?
Please provide any additional information below.
Sorry that's line 253 of Modules/GCD.lua
@Clattuc: Go
FWIW, I've fixed this in the 'ticket-50' branch of my fork of the repo (http://www.wowace.com/addons/gcd/repositories/encoded/)
To post a comment, please login or register a new account.