Quantcast

to prevent error in checking for option

Darthpred [10-16-14 - 00:05]
to prevent error in checking for option
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 2a32732..2e41135 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -809,6 +809,8 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 			["lpfontsize"] = 10,
 			["lpfontflags"] = "OUTLINE",
 			["dtheight"] = 20,
+			['EmbedLeft'] = 'Skada',
+			['EmbedRight'] = 'Skada',
 		}
 		E.db["movers"]["LocationLiteMover"] = "TOPElvUIParentTOP0-19"
 		E.db["movers"]["MicrobarMover"] = "TOPElvUIParentTOP0-38"
@@ -825,6 +827,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 			["DBMFont"] = "ElvUI Font",
 			["EmbedLeftWidth"] = 213,
 			["EmbedSystemDual"] = true,
+
 		}
 	end