mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Drycode fix take 2
This commit is contained in:
@ -247,7 +247,7 @@ function Runes.prototype:UpdateRunePower(event, rune, dontFlash)
|
|||||||
}
|
}
|
||||||
UIFrameFade(self.frame.graphical[rune].shine, fadeInfo);
|
UIFrameFade(self.frame.graphical[rune].shine, fadeInfo);
|
||||||
end
|
end
|
||||||
else if start ~= nil and duration ~= nil then
|
elseif start ~= nil and duration ~= nil then
|
||||||
if self.moduleSettings.cooldownMode == "Cooldown" then
|
if self.moduleSettings.cooldownMode == "Cooldown" then
|
||||||
self.frame.graphical[rune].cd:SetCooldown(start, duration)
|
self.frame.graphical[rune].cd:SetCooldown(start, duration)
|
||||||
self.frame.graphical[rune].cd:Show()
|
self.frame.graphical[rune].cd:Show()
|
||||||
|
Reference in New Issue
Block a user