From 0f4d8c947a9079853406129f9860de4834e9f692 Mon Sep 17 00:00:00 2001 From: tekkub Date: Fri, 16 Oct 2009 21:53:57 -0600 Subject: [PATCH] Increase number of lines in tip scanner Closes #13 --- KnownScanner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KnownScanner.lua b/KnownScanner.lua index 2116221..a2759a8 100644 --- a/KnownScanner.lua +++ b/KnownScanner.lua @@ -3,7 +3,7 @@ local tip = CreateFrame("GameTooltip") tip:SetOwner(WorldFrame, "ANCHOR_NONE") local lcache = {} -for i=1,30 do +for i=1,40 do lcache[i] = tip:CreateFontString() -- lcache[i]:SetFontObject(GameFontNormal) tip:AddFontStrings(lcache[i], tip:CreateFontString())