From aecce8517f591bb2653d560198ebfb488ff1bf7b Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 16 Mar 2013 23:34:38 +0400 Subject: [PATCH] don't really need this exact values --- ElvUI_SLE/modules/install/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua index 8303b97..b9cb59d 100755 --- a/ElvUI_SLE/modules/install/install.lua +++ b/ElvUI_SLE/modules/install/install.lua @@ -984,7 +984,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.unitframe.units.target.height = 50 E.db.unitframe.units.target.health.position = 'RIGHT' if layout == "healer" then - E.db.unitframe.units.target.health.text_format = "[healthcolor][health:deficit] [health:current-percent:sl]" + E.db.unitframe.units.target.health.text_format = "[healthcolor][health:deficit] [health:current-percent]" E.db.unitframe.units.target.customTexts = {} E.db.unitframe.units.target.customTexts.Absorb = {} @@ -996,7 +996,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.unitframe.units.target.customTexts.Absorb.text_format = "[absorbs]" E.db.unitframe.units.target.customTexts.Absorb.size = 10 else - E.db.unitframe.units.target.health.text_format = "[healthcolor][health:current-percent:sl]" + E.db.unitframe.units.target.health.text_format = "[healthcolor][health:current-percent]" end E.db.unitframe.units.target.power.position = 'RIGHT'; E.db.unitframe.units.target.power.hideonnpc = false; -- 1.7.9.5