You've already forked GnomishVendorShrinker
Derp
This commit is contained in:
@ -33,7 +33,6 @@ local PREV_RANK = TOOLTIP_SUPERCEDING_SPELL_NOT_KNOWN
|
|||||||
local function NeedsRank(link)
|
local function NeedsRank(link)
|
||||||
ns.scantip:SetHyperlink(link)
|
ns.scantip:SetHyperlink(link)
|
||||||
for i=1,ns.scantip:NumLines() do
|
for i=1,ns.scantip:NumLines() do
|
||||||
print(ns.scantip.L[i], ns.scantip.L[i] == PREV_RANK)
|
|
||||||
if ns.scantip.L[i] == PREV_RANK then return true end
|
if ns.scantip.L[i] == PREV_RANK then return true end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user