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