From 9b9069491294f07a828cc9207004951c55ce74b4 Mon Sep 17 00:00:00 2001 From: fulzamoth Date: Fri, 6 Sep 2019 19:12:39 -0400 Subject: [PATCH] add missing unit parameter on SpellCastFailed (#5) --- IceCastBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)