Quantcast

Added GMMover positioning to install

Darthpred [07-01-12 - 19:21]
Added GMMover positioning to install
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 12d4750..de61510 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -787,6 +787,8 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to
 	else
 		E.db.movers.WatchFrameMover = "BOTTOMLEFTUIParentBOTTOMLEFT1500846"
 	end
+	--Ticket frame
+	E.db.movers.GMMover = "TOPRIGHTBNETMoverBOTTOMRIGHT0-10"

 	E:UpdateAll(true)
 end