From d38dc97b0faf6f164b6e07e53d2c4fdf8791eafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kelly=20Crabbe=CC=81?= Date: Wed, 4 Dec 2013 15:43:47 +0100 Subject: [PATCH] uncommented LFG border Changed used event from PLAYER_LOGIN to PLAYER_ENTERING_WORLD - this kinda helps redraw with the gazillion load screens in MoP --- core.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core.lua b/core.lua index 9fceaa6..61e965a 100755 --- a/core.lua +++ b/core.lua @@ -41,12 +41,11 @@ local frames = { MiniMapMailBorder, BattlegroundShine, MiniMapZoneTextButton, - MiniMapLFGFrameBorder, GameTimeFrame } -- Frame fluff -LookInTehCorner.PLAYER_LOGIN = function(self) +function events:PLAYER_ENTERING_WORLD(...) Minimap:ClearAllPoints() Minimap:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -15, -15) Minimap:SetMovable(true) -- 1.7.9.5