Quantcast

Portrait style setting in the install for the next Elv version

Darthpred [09-18-12 - 04:54]
Portrait style setting in the install for the next Elv version
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 18fa27f..ed6d41b 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -714,6 +714,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db.unitframe.units.player.pvp.text_format = "||cFFB04F4F[pvptimer]||r"
 		E.db.unitframe.units.player.pvp.position = "BOTTOMLEFT"
 		E.db.unitframe.units.player.portrait.enable = true
+		E.db.unitframe.units.player.portrait.style = "3D"
 		E.db.unitframe.units.player.portrait.camDistanceScale = 1.5;
 		E.db.unitframe.units.player.debuffs.enable = false;
 		E.db.unitframe.units.player.castbar.format = 'CURRENTMAX';
@@ -738,6 +739,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db.unitframe.units.target.name.text_format = "[name:medium] [smartlevel] [shortclassification]";
 		E.db.unitframe.units.target.name.position = 'TOPLEFT';
 		E.db.unitframe.units.target.portrait.enable = true
+		E.db.unitframe.units.target.portrait.style = "3D"
 		E.db.unitframe.units.target.portrait.camDistanceScale = 1.5;
 		E.db.unitframe.units.target.buffs.perrow = 9;
 		E.db.unitframe.units.target.buffs.numrows = 2;