diff --git a/Modules/Castbar.lua b/Modules/Castbar.lua index 9066c13..ab5cc60 100644 --- a/Modules/Castbar.lua +++ b/Modules/Castbar.lua @@ -496,7 +496,7 @@ function Castbar:Test(unit) value = (endTime / 1000) - GetTime() maxValue = (endTime - startTime) / 1000 event = "channel" - elseif (unit == "arena3") then + else spell, _, icon = GetSpellInfo(20770) value, maxValue, event = 0, 60, "cast" end