This commit is contained in:
Bunny67
2020-06-08 21:47:02 +03:00
parent 8129729f84
commit 3b54dc21ef
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ function WeakAuras.UnitExistsFixed(unit, smart)
return false
end
end
return UnitExists(unit)
return UnitExists(unit) == 1 and true or false
end
function WeakAuras.split(input)