From 1579363f41c2a9dec69e2a5a12e48aef03a366a5 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Wed, 20 Oct 2010 10:14:20 +0000 Subject: [PATCH] Give the anchor frame a name so it's available in _G. --- Modules/Nameplates/Nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Nameplates/Nameplates.lua b/Modules/Nameplates/Nameplates.lua index b02db5c..4b68a9e 100644 --- a/Modules/Nameplates/Nameplates.lua +++ b/Modules/Nameplates/Nameplates.lua @@ -89,7 +89,7 @@ local function isNameplate(frame) return region and region:GetObjectType() == "Texture" and region:GetTexture() == "Interface\\TargetingFrame\\UI-TargetingFrame-Flash" end -local anchor = CreateFrame("Frame") +local anchor = CreateFrame("Frame", "StarTipNameplateAnchor") local size = 50 anchor:SetWidth(size) anchor:SetHeight(size) -- 1.7.9.5