From d9c3de0a5edef83622e29e45b017c01e6089bbd1 Mon Sep 17 00:00:00 2001 From: Parnic Date: Fri, 22 May 2020 10:17:18 -0500 Subject: [PATCH] Drycode attempt to fix reported issue 278 This should only happen on a Classic client with LibClassicCasterino installed and a specific type of spell event fires --- IceCastBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCastBar.lua b/IceCastBar.lua index 330000a..862ebf8 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -450,7 +450,7 @@ function IceCastBar.prototype:StartBar(action, message) self.actionDuration = 1 -- instants/failures end - if not (message) then + if not (message) and spell then self.actionMessage = spell .. (self.moduleSettings.showSpellRank and self:GetShortRank(rank) or "") end