From 6fea290b04da66ecd24779274f288f457f9f34ed Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 16 Nov 2012 10:56:30 +0400 Subject: [PATCH] LocPlus doesn't need us to set it's defaults anymore --- ElvUI_SLE/config/profile.lua | 62 ------------------------------------------ 1 file changed, 62 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index a29408e..50176c9 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -205,7 +205,6 @@ P.chat.editboxhistory = 5 P.auras.perRow = 19 --Datatexts -if IsAddOnLoaded("ElvUI_LocPlus") then P['datatexts'] = { ['font'] = 'ElvUI Font', ['fontSize'] = 12, @@ -255,8 +254,6 @@ P['datatexts'] = { ['Bottom_Panel'] = 'System', ['LeftMiniPanel'] = 'Guild', ['RightMiniPanel'] = 'Friends', - ['RightCoordDtPanel'] = 'System', --LocPlus - ['LeftCoordDtPanel'] = 'Durability', --LocPlus }, ['localtime'] = true, ['time24'] = false, @@ -265,65 +262,6 @@ P['datatexts'] = { ['leftChatPanel'] = true, ['rightChatPanel'] = true, } -else -P['datatexts'] = { - ['font'] = 'ElvUI Font', - ['fontSize'] = 12, - ['fontOutline'] = 'NONE', - - ['panels'] = { - ['LeftChatDataPanel'] = { - ['left'] = 'Armor', - ['middle'] = 'Durability', - ['right'] = 'Avoidance', - }, - ['RightChatDataPanel'] = { - ['left'] = 'System', - ['middle'] = 'Time', - ['right'] = 'Gold', - }, - ['DP_1'] = { - ['left'] = 'Swatter', - ['middle'] = 'Skada', - ['right'] = 'MrtWoo', - }, - ['DP_2'] = { - ['left'] = 'Altoholic', - ['middle'] = 'TellMeWhen', - ['right'] = 'AtlasLoot', - }, - ['DP_3'] = { - ['left'] = 'Notes', - ['middle'] = 'DBM-LDB', - ['right'] = 'WIM', - }, - ['DP_4'] = { - ['left'] = '', - ['middle'] = '', - ['right'] = '', - }, - ['DP_5'] = { - ['left'] = 'Bags', - ['middle'] = 'Gold', - ['right'] = 'Armor', - }, - ['DP_6'] = { - ['left'] = 'Spell/Heal Power', - ['middle'] = 'Haste', - ['right'] = 'Crit Chance', - }, - ['Bottom_Panel'] = 'System', - ['LeftMiniPanel'] = 'Guild', - ['RightMiniPanel'] = 'Friends', - }, - ['localtime'] = true, - ['time24'] = false, - ['battleground'] = true, - ['minimapPanels'] = true, - ['leftChatPanel'] = true, - ['rightChatPanel'] = true, -} -end P.unitframe.units.player.classbar.xOffset = 0 P.unitframe.units.player.classbar.yOffset = 0 -- 1.7.9.5