FixTo defaults changed to Elv's style
Darthpred [11-24-12 - 06:29]
FixTo defaults changed to Elv's style
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