Quantcast

Fix for health bar height with classbar offset enabled

Darthpred [12-01-12 - 17:54]
Fix for health bar height with classbar offset enabled
Filename
ElvUI_SLE/modules/unitframes/units/player.lua
diff --git a/ElvUI_SLE/modules/unitframes/units/player.lua b/ElvUI_SLE/modules/unitframes/units/player.lua
index 94dbca2..52ce472 100644
--- a/ElvUI_SLE/modules/unitframes/units/player.lua
+++ b/ElvUI_SLE/modules/unitframes/units/player.lua
@@ -114,7 +114,7 @@ function UF:Update_PlayerFrame(frame, db)
 		if USE_MINI_CLASSBAR then
 			DEPTH = -(BORDER+(CLASSBAR_HEIGHT/2))
 		else
-			DEPTH = -(BORDER+CLASSBAR_HEIGHT+SPACING)
+			DEPTH = -(BORDER+SPACING)
 		end

 		if USE_POWERBAR_OFFSET then