Quantcast

woops

Darthpred [10-14-14 - 14:23]
woops
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 3b47683..8c94bf2 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -213,6 +213,7 @@ local function DarthSetup() --The function to switch from classic ElvUI settings
 		["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0265",
 		["DebuffsMover"] = "TOPRIGHTElvUIParentTOPRIGHT-200-143",
 		["MinimapMover"] = "TOPRIGHTElvUIParentTOPRIGHT00",
+		["ShiftAB"] = "BOTTOMElvUIParentBOTTOM-133116",
 	}


@@ -471,6 +472,9 @@ local function DarthSetup() --The function to switch from classic ElvUI settings
 			["buttonsPerRow"] = 2,
 			["buttonsize"] = 30,
 		},
+		["stanceBar"] = {
+			["buttonsize"] = 20,
+		},
 	}

 	E.db["general"] = {
@@ -543,7 +547,7 @@ local function DarthSetup() --The function to switch from classic ElvUI settings
 		["Unused"] = false,
 	}

-	E:UpdateAll()
+	E:UpdateAll(true)
 end

 local function RepoocSetup() --The function to switch from classic ElvUI settings to Repooc's