Quantcast

For LocPlus fix

Darthpred [07-05-12 - 07:47]
For LocPlus fix
Filename
ElvUI_SLE/config/profile.lua
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