more secure
Sidoine De Wispelaere [02-09-09 - 19:36]
more secure
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@22 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/OvaleIcone.lua b/OvaleIcone.lua
index 3fd4d37..614d1e6 100644
--- a/OvaleIcone.lua
+++ b/OvaleIcone.lua
@@ -25,7 +25,8 @@
minAttente = nil
end
- if (self.masterNode.params.nocd == 1 and minAttente~=nil and minAttente>1.5) then
+ if (self.masterNode.params.nocd and
+ self.masterNode.params.nocd == 1 and minAttente~=nil and minAttente>1.5) then
minAttente = nil
end