Increase number of lines in tip scanner

Closes #13
This commit is contained in:
tekkub 2009-10-16 21:53:57 -06:00
parent 736231ef21
commit 0f4d8c947a
1 changed files with 1 additions and 1 deletions

View File

@ -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())