From 198b240052ea03c54049032523a02dd50d54283e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 5 Jul 2012 11:47:57 +0400 Subject: [PATCH] For LocPlus fix --- ElvUI_SLE/config/profile.lua | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index 551ae03..ef2c5ca 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -211,6 +211,7 @@ P.chat.editboxhistory = 5 P.auras.perRow = 19 --Datatexts +if IsAddOnLoaded("ElvUI_LocPlus") then P['datatexts'] = { ['panels'] = { ['LeftChatDataPanel'] = { @@ -257,11 +258,66 @@ 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