From 9a939cca8bbc48eb92fcea54d8db5346015229f6 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 27 Apr 2024 08:26:37 -0500 Subject: [PATCH] Name tooltip frame Fixes #14 --- Categories/TooltipScanning.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Categories/TooltipScanning.lua b/Categories/TooltipScanning.lua index 9fb393b..b0202a2 100644 --- a/Categories/TooltipScanning.lua +++ b/Categories/TooltipScanning.lua @@ -19,7 +19,7 @@ local L = DogTag_Unit.L local tt if not C_TooltipInfo then - tt = CreateFrame("GameTooltip") + tt = CreateFrame("GameTooltip", "LibDogTag-Unit-3.0-"..MAJOR_VERSION.."."..MINOR_VERSION) tt:SetOwner(UIParent, "ANCHOR_NONE") tt.left = {} tt.right = {}