Results: 1Comments by: s
File: NextUp07-27-13
Re: blood dk error
Posted By: s
@Kithalaul: I'm not an addon author but you could change line 63 of PriorityListDeathKnightBlood.lua to read if ((CurrentTime - (GetRuneCooldown(i) or 0)) >= ((select(2,GetRuneCooldown(i))) - GCD)) then I believe the (CurrentTime - GetRuneCooldown(i)) is the offender as GetRuneCooldown(i) in this case is nil.