Should resolve #256 (please test, works for me)

This commit is contained in:
BeniS 2013-02-01 00:07:28 +13:00
parent 9e208fa792
commit de353e3b72
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ function onSpellCooldown(iconId, duration)
progressRect:setTooltip(spellName) progressRect:setTooltip(spellName)
local updateFunc = function() local updateFunc = function()
updateCooldown(progressRect, duration/20) updateCooldown(progressRect, duration/19)
end end
local finishFunc = function() local finishFunc = function()
removeCooldown(progressRect) removeCooldown(progressRect)
@ -155,7 +155,7 @@ function onSpellGroupCooldown(groupId, duration)
if progressRect then if progressRect then
removeEvent(progressRect.event) removeEvent(progressRect.event)
local updateFunc = function() local updateFunc = function()
updateCooldown(progressRect, duration/20) updateCooldown(progressRect, duration/19)
end end
local finishFunc = function() local finishFunc = function()
turnOffCooldown(progressRect) turnOffCooldown(progressRect)