From 269774d6266dc356bdbeb3a4e2b36334eca2f83f Mon Sep 17 00:00:00 2001 From: Repooc Date: Sun, 3 Mar 2013 04:56:19 -0500 Subject: [PATCH] Darth's derp on my minimap coords --- ElvUI_SLE/modules/minimap/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua index 45bcba8..f583297 100644 --- a/ElvUI_SLE/modules/minimap/options.lua +++ b/ElvUI_SLE/modules/minimap/options.lua @@ -48,8 +48,8 @@ local function configTable() type = "select", name = L["Coords Location"], desc = L['This will determine where the coords are shown on the minimap.'], - get = function(info) return E.db.sle.minimap.middle end, - set = function(info, value) E.db.sle.minimap.middle = value; E:GetModule('Minimap'):UpdateSettings() end, + get = function(info) return E.db.sle.minimap.coords.middle end, + set = function(info, value) E.db.sle.minimap.coords.middle = value; E:GetModule('Minimap'):UpdateSettings() end, values = { ['CORNERS'] = L['Bottom Corners'], ['CENTER'] = L['Bottom Center'], -- 1.7.9.5