removed left over test var
Repooc [11-03-16 - 08:12]
removed left over test var
diff --git a/ElvUI_SLE/modules/unitframes/unitframes.lua b/ElvUI_SLE/modules/unitframes/unitframes.lua
index 52d3009..c4fcf9f 100644
--- a/ElvUI_SLE/modules/unitframes/unitframes.lua
+++ b/ElvUI_SLE/modules/unitframes/unitframes.lua
@@ -15,7 +15,7 @@ function SUF:NewTags()
else
local curHealth = UnitHealth(unit)
local perHealth = (UnitHealth(unit)/UnitHealthMax(unit))*100
- local id = UnitIsDead("player")
+
if curHealth >= 1e9 then
return format("%.2fB", curHealth / 1e9) .. " | " .. format("%.0f", perHealth)
elseif curHealth >= 1e6 then