Quantcast

Revert "LocPlus doesn't need us to set it's defaults anymore"

Darthpred [12-23-12 - 04:31]
Revert "LocPlus doesn't need us to set it's defaults anymore"

This reverts commit 6fea290b04da66ecd24779274f288f457f9f34ed.
Filename
ElvUI_SLE/config/profile.lua
diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua
index 1f8a669..38916ca 100644
--- a/ElvUI_SLE/config/profile.lua
+++ b/ElvUI_SLE/config/profile.lua
@@ -199,6 +199,7 @@ P.chat.editboxhistory = 5
 P.auras.perRow = 19

 --Datatexts
+if IsAddOnLoaded("ElvUI_LocPlus") then
 P['datatexts'] = {
 	['font'] = 'ElvUI Font',
 	['fontSize'] = 12,
@@ -248,6 +249,8 @@ P['datatexts'] = {
 		['Bottom_Panel'] = 'System',
 		['LeftMiniPanel'] = 'Guild',
 		['RightMiniPanel'] = 'Friends',
+		['RightCoordDtPanel'] = 'System', --LocPlus
+		['LeftCoordDtPanel'] = 'Durability', --LocPlus
 	},
 	['localtime'] = true,
 	['time24'] = false,
@@ -256,6 +259,65 @@ 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
@@ -265,4 +327,4 @@ P.unitframe.units.target.fixTo = "health"
 P.unitframe.units.targettarget.fixTo = "health"
 P.unitframe.units.focus.fixTo = "health"
 P.unitframe.units.arena.fixTo = "health"
-P.unitframe.units.boss.fixTo = "health"
\ No newline at end of file
+P.unitframe.units.boss.fixTo = "health"