where i can find QuickHeal(targ)? there is not on extend;(
function QuickHealD(targ)
local class=UnitClass("player")
if class~="Druid" then QuickHeal(targ) return end
if not targ then
rh,targ=RaidHealth()
if not targ then return end
end
if buffed("Regrowth",targ) and not OnCooldown("Swiftmend") then
TargetUnit(targ)
RunLine("/yell "..UnitName(targ).." has regrowth, casting swiftmend")
cast("Swiftmend")
return
end
QuickHeal(targ)
It's an addon, and it's required. Please install ALL the addons I supply with the release. They are all required.