From 367d887575ecdef4d2bc779dbb571d65e5824853 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 10 Apr 2013 07:50:28 +0400 Subject: [PATCH] Commented out warlock classbar code. maybe will remove later --- ElvUI_SLE/modules/unitframes/update_elements.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/unitframes/update_elements.lua b/ElvUI_SLE/modules/unitframes/update_elements.lua index a577275..f3395c1 100755 --- a/ElvUI_SLE/modules/unitframes/update_elements.lua +++ b/ElvUI_SLE/modules/unitframes/update_elements.lua @@ -38,7 +38,7 @@ function E:GetFormattedTextSLE(style, min, max) end end -if E.myclass == "WARLOCK" then +--[[if E.myclass == "WARLOCK" then ElvUF_Player.ShardBar.PostUpdate = function(self, spec) local maxBars = self.number local db = self:GetParent().db @@ -84,4 +84,4 @@ if E.myclass == "WARLOCK" then UF:UpdatePlayerFrameAnchors(frame, self:IsShown()) end -end \ No newline at end of file +end]] \ No newline at end of file -- 1.7.9.5