From 1d3fded490e2b63a6540db60842c9c15dc7558ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kelly=20Crabbe=CC=81?= Date: Wed, 4 Dec 2013 15:42:49 +0100 Subject: [PATCH] added events frame to deal with event handling --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 82b099c..9fceaa6 100755 --- a/core.lua +++ b/core.lua @@ -25,7 +25,7 @@ local borderColor = { .6,.6,.6,1 } function GetMinimapShape() return "SQUARE" end -- Frame creation -local LookInTehCorner = CreateFrame("Frame", "LookInTehCorner", Minimap) +local LookInTehCorner, events = CreateFrame("Frame", "LookInTehCorner", Minimap), {} local frames = { MinimapBorder, -- 1.7.9.5