Page 1 of 1

bug in ingamefunctions.lua?

Posted: Thu Aug 25, 2011 8:27 am
by SpiralV
ingamefunctions.lua 73

Code: Select all

local itemid, color = Fusion_parseItemLink( itemlink );
would only work if the fusion addon is already installed

would be

Code: Select all

local itemid, color = igf_parseItemLink( itemlink );
?

Re: bug in ingamefunctions.lua?

Posted: Thu Aug 25, 2011 8:33 am
by rock5
LoL. How did that ? happen and why hasn't anyone complained about it before? Probably everyone uses Fusion. :D

I'll add it to the next commit.