Quantcast

Tryint to properly move RU on profile change

Darthpred [07-14-12 - 16:26]
Tryint to properly move RU on profile change
Filename
ElvUI_SLE/ElvUI_SLE.lua
diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua
index c50e0be..a2545d4 100644
--- a/ElvUI_SLE/ElvUI_SLE.lua
+++ b/ElvUI_SLE/ElvUI_SLE.lua
@@ -40,6 +40,7 @@ function E:UpdateAll()
 	E:GetModule('UIButtons'):Start()
 	E.db.datatexts.panels.Top_Center = 'Version'
 	E:GetModule('DataTexts'):LoadDataTexts() --Prevents datatexts from not changing on profile switch (Elv's issue)
+	E:GetModule('RaidUtility'):MoveButton()
 end

 E:RegisterModule(SLE:GetName())
\ No newline at end of file