Quantcast

Cause Elv disabling shit by default

Darthpred [12-23-14 - 11:35]
Cause Elv disabling shit by default
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index f08f577..2f2f4da 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -153,7 +153,8 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db["general"]["afk"] = false
 		E.db["general"]["autoRepair"] = "PLAYER"
 		E.db["general"]["minimap"]["locationText"] = "HIDE"
-		E.db["general"]["minimap"]["icons"]["garrison"]["position"] = "BOTTOMLEFT"
+		E.db["general"]["minimap"]["icons"]["garrison"]["position"] = "LEFT"
+		E.db["general"]["minimap"]["icons"]["garrison"]["xOffset"] = -22
 		E.db["general"]["experience"]["height"] = 187
 		E.db["general"]["bottomPanel"] = false
 		E.db["general"]["vendorGrays"] = true
@@ -509,7 +510,8 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to

 	E.private["general"]["normTex"] = "Polished Wood"
 	E.private["general"]["glossTex"] = "Polished Wood"
-
+	E.private["general"]["'hideGarrison"] = false
+
 	E.private["sle"]["inspectframeoptions"]["enable"] = true
 	E.private["sle"]["characterframeoptions"]["enable"] = true
 	E.private["sle"]["minimap"]["mapicons"]["enable"] = true