diff --git a/IceCastBar.lua b/IceCastBar.lua index 867c744..7d289d9 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -421,6 +421,11 @@ function IceCastBar.prototype:SpellCastFailed(unit, spell, rank) return end + -- channeled spells will call ChannelStop, not cast failed + if self.action == IceCastBar.Actions.Channel then + return + end + self.current = nil -- determine if we want to show failed casts