From 4d840a780874df17ddb11ad13857c0c90f33c987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kelly=20Crabbe=CC=81?= Date: Tue, 7 Jan 2014 03:42:20 +0100 Subject: [PATCH] changed location of Instance Diff --- instancing.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instancing.lua b/instancing.lua index a41644d..2f9b68d 100755 --- a/instancing.lua +++ b/instancing.lua @@ -12,12 +12,12 @@ idtext:SetTextColor(color.r, color.g, color.b) local _, class = UnitClass("player") local color = RAID_CLASS_COLORS[class] local id = CreateFrame("Frame", nil, UIParent) -id:SetPoint("TOP", Minimap, "TOP") +id:SetPoint("TOPRIGHT", Minimap, "TOPRIGHT") id:RegisterEvent("PLAYER_ENTERING_WORLD") id:RegisterEvent("PLAYER_DIFFICULTY_CHANGED") local idtext = id:CreateFontString(nil, "OVERLAY") -idtext:SetPoint("TOP", Minimap, "TOP", 0, -4) +idtext:SetPoint("TOPRIGHT", Minimap, "TOPRIGHT", 0, -4) idtext:SetFont("Fonts\\FRIZQT__.ttf", 14, "THINOUTLINE") idtext:SetTextColor(color.r, color.g, color.b) -- 1.7.9.5