From df2ff4c9e7fbd9f92808e7daa6094e75de1537d6 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 17 Jun 2021 16:40:02 +0200 Subject: [PATCH] castbar arena4-5 --- Modules/Castbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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