From 2126dc4bceb21ff8b39aa3f1e6ba26a227b5b7c6 Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 29 Jun 2015 20:33:57 -0500 Subject: [PATCH] Drycode fix --- modules/Runes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Runes.lua b/modules/Runes.lua index acf8478..35b1dfe 100644 --- a/modules/Runes.lua +++ b/modules/Runes.lua @@ -247,7 +247,7 @@ function Runes.prototype:UpdateRunePower(event, rune, dontFlash) } UIFrameFade(self.frame.graphical[rune].shine, fadeInfo); end - else if start ~= nil and duration ~= nil + else if start ~= nil and duration ~= nil then if self.moduleSettings.cooldownMode == "Cooldown" then self.frame.graphical[rune].cd:SetCooldown(start, duration) self.frame.graphical[rune].cd:Show()