Skip to content

Commit 95da0f2

Browse files
committed
Fixed typo.
1 parent 9389aed commit 95da0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MagicTargets.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ do
412412
return unitTanks[name]
413413
else
414414
for aura in pairs(auras) do
415-
if AuraUtil.FindAuraByName(aura) then
415+
if AuraUtil.FindAuraByName(unit, aura) then
416416
unitTanks[name] = true
417417
return true
418418
end

0 commit comments

Comments
 (0)