diff --git a/modules/CastBar.lua b/modules/CastBar.lua index bba8e61..54e04b9 100644 --- a/modules/CastBar.lua +++ b/modules/CastBar.lua @@ -455,7 +455,7 @@ end function CastBar.prototype:SpellCastSucceeded(event, unit, castGuid, spellId) CastBar.super.prototype.SpellCastSucceeded(self, event, unit, castGuid, spellId) - if not self.actionDuration then + if not self.actionDuration or unit ~= self.unit then return end