From 30ecf838155db9c182fc1dc3bba59db8df350c7d Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 24 Nov 2012 10:29:30 +0400 Subject: [PATCH] FixTo defaults changed to Elv's style --- ElvUI_SLE/config/profile.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index e2b94c8..4ad366c 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -263,9 +263,9 @@ P['datatexts'] = { P.unitframe.units.player.classbar.xOffset = 0 P.unitframe.units.player.classbar.yOffset = 0 P.unitframe.units.player.classbar.offset = false -P.unitframe.units.player.fixTo = "power" -P.unitframe.units.target.fixTo = "power" -P.unitframe.units.targettarget.fixTo = "power" -P.unitframe.units.focus.fixTo = "power" -P.unitframe.units.arena.fixTo = "power" -P.unitframe.units.boss.fixTo = "power" \ No newline at end of file +P.unitframe.units.player.fixTo = "health" +P.unitframe.units.target.fixTo = "health" +P.unitframe.units.targettarget.fixTo = "health" +P.unitframe.units.focus.fixTo = "health" +P.unitframe.units.arena.fixTo = "health" +P.unitframe.units.boss.fixTo = "health" \ No newline at end of file -- 1.7.9.5