WoWInterface SVN NeedToKnow-Updated

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 84 to Rev 86
    Reverse comparison

Rev 84 → Rev 86

Kitjan/NeedToKnow/NeedToKnow.lua
1357,6 → 1357,7
elseif spellPower == 5 then -- Rune
-- Filter out rune cooldown artificially extending the cd
if cd_len <= 10 then
local tNow = GetTime()
if bar.expirationTime and tNow < bar.expirationTime then
-- We've already seen the correct CD for this; keep using it
start = bar.expirationTime - bar.duration