diff --git a/IceCastBar.lua b/IceCastBar.lua index 771c8b8..2001d6f 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -470,7 +470,7 @@ function IceCastBar.prototype:SpellCastStop(event, unit, castGuid, spellId) end -function IceCastBar.prototype:SpellCastFailed(event, castGuid, spellId) +function IceCastBar.prototype:SpellCastFailed(event, unit, castGuid, spellId) if (unit ~= self.unit) then return end IceHUD:Debug("SpellCastFailed", unit, castGuid, spellId)