diff --git a/IceCastBar.lua b/IceCastBar.lua index 7691476..b5a9ecb 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -345,7 +345,7 @@ function IceCastBar.prototype:SpellCastChannelStart(unit) end function IceCastBar.prototype:SpellCastChannelUpdate(unit) - if (unit ~= self.unit) then return end + if (unit ~= self.unit or not self.actionStartTime) then return end --IceHUD:Debug("SpellCastChannelUpdate", unit, UnitChannelInfo(unit)) local spell, rank, displayName, icon, startTime, endTime = UnitChannelInfo(unit)