- More attempts to fix Runes errors being reported.

This commit is contained in:
Parnic
2015-06-29 20:21:03 -05:00
parent fc58eec85e
commit 2415f9a0e6

View File

@ -247,7 +247,7 @@ function Runes.prototype:UpdateRunePower(event, rune, dontFlash)
}
UIFrameFade(self.frame.graphical[rune].shine, fadeInfo);
end
else
else if start ~= nil and duration ~= nil
if self.moduleSettings.cooldownMode == "Cooldown" then
self.frame.graphical[rune].cd:SetCooldown(start, duration)
self.frame.graphical[rune].cd:Show()