remove remaining vehicle

This commit is contained in:
Crum
2018-07-12 09:30:55 -05:00
parent 00de485c0b
commit 5c1eb005e4
23 changed files with 6 additions and 84 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ function UF:AuraFilter(unit, button, texture, count, dispelType, duration, expir
if not name then return nil end
local filterCheck, isUnit, isFriend, isPlayer, canDispell, allowDuration, noDuration, spellPriority
isPlayer = (caster == "player" or caster == "vehicle")
isPlayer = (caster == "player")
isFriend = unit and UnitIsFriend("player", unit) and not UnitCanAttack("player", unit)
button.isPlayer = isPlayer