mele range check for dh doesnt work after 9.0
MaBpuJia opened this issue ยท 1 comments
function()
if (IsSpellInRange("Soul Cleave", "target")==1) then
return false
else
return true
end
end
function()
if (IsSpellInRange("Soul Cleave", "target")==1) then
return true
else
doesnt work on dh tank, on other classes work (other mele skills)
worked before update