profile addition
Darthpred [11-21-12 - 07:58]
diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua
index 36f0aac..e2b94c8 100644
--- a/ElvUI_SLE/config/profile.lua
+++ b/ElvUI_SLE/config/profile.lua
@@ -262,4 +262,10 @@ P['datatexts'] = {
P.unitframe.units.player.classbar.xOffset = 0
P.unitframe.units.player.classbar.yOffset = 0
-P.unitframe.units.player.classbar.offset = false
\ No newline at end of file
+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