castbar arena4-5
This commit is contained in:
parent
b03b05b2bb
commit
df2ff4c9e7
@ -496,7 +496,7 @@ function Castbar:Test(unit)
|
|||||||
value = (endTime / 1000) - GetTime()
|
value = (endTime / 1000) - GetTime()
|
||||||
maxValue = (endTime - startTime) / 1000
|
maxValue = (endTime - startTime) / 1000
|
||||||
event = "channel"
|
event = "channel"
|
||||||
elseif (unit == "arena3") then
|
else
|
||||||
spell, _, icon = GetSpellInfo(20770)
|
spell, _, icon = GetSpellInfo(20770)
|
||||||
value, maxValue, event = 0, 60, "cast"
|
value, maxValue, event = 0, 60, "cast"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user