From 2eec6a4809b45506e9c01f304677e61ce24b8c8e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 5 Jul 2012 11:48:15 +0400 Subject: [PATCH] Revert "For LocPlus fix" This reverts commit 198b240052ea03c54049032523a02dd50d54283e. --- ElvUI_SLE/config/profile.lua | 56 ------------------------------------------ 1 file changed, 56 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index ef2c5ca..551ae03 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -211,7 +211,6 @@ P.chat.editboxhistory = 5 P.auras.perRow = 19 --Datatexts -if IsAddOnLoaded("ElvUI_LocPlus") then P['datatexts'] = { ['panels'] = { ['LeftChatDataPanel'] = { @@ -258,66 +257,11 @@ P['datatexts'] = { ['Bottom_Panel'] = 'System', ['LeftMiniPanel'] = 'Guild', ['RightMiniPanel'] = 'Friends', - ['RightCoordDtPanel'] = 'System', --LocPlus - ['LeftCoordDtPanel'] = 'Durability', --LocPlus }, ['localtime'] = true, ['time24'] = false, ['battleground'] = true, } -else -P['datatexts'] = { - ['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', - }, - ['Top_Center'] = 'Version', - ['Bottom_Panel'] = 'System', - ['LeftMiniPanel'] = 'Guild', - ['RightMiniPanel'] = 'Friends', - }, - ['localtime'] = true, - ['time24'] = false, - ['battleground'] = true, -} -end P.unitframe.units.player.classbar.xOffset = 0 P.unitframe.units.player.classbar.yOffset = 0 -- 1.7.9.5