do not hide cooldown when the cooldown reaches its end
Sidoine De Wispelaere [05-24-10 - 12:08]
do not hide cooldown when the cooldown reaches its end
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@253 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/OvaleIcone.lua b/OvaleIcone.lua
index 9f93733..06e4b47 100644
--- a/OvaleIcone.lua
+++ b/OvaleIcone.lua
@@ -47,9 +47,9 @@ local function Update(self, element, minAttente, actionTexture, actionInRange, a
self.icone:SetVertexColor(1,1,1)
end
- if (minAttente==Ovale.maintenant) then
- self.cd:Hide()
- end
+ --if (minAttente==Ovale.maintenant) then
+ --self.cd:Hide()
+ --end
if element.params.sound and not self.lastSound then
local delay = self.soundtime or 0.5