leader highlight commented out

This commit is contained in:
Sumsebrum 2021-06-16 14:12:11 +02:00
parent cbf8c1a13b
commit 53228a0e39

View File

@ -157,7 +157,7 @@ function Highlight:Test(unit)
elseif (unit == "arena2") then elseif (unit == "arena2") then
self:Toggle(unit, "target", true) self:Toggle(unit, "target", true)
elseif (unit == "arena3") then elseif (unit == "arena3") then
self:Toggle(unit, "leader", true) --self:Toggle(unit, "leader", true)
end end
end end