bug in ingamefunctions.lua?
Posted: Thu Aug 25, 2011 8:27 am
ingamefunctions.lua 73
would only work if the fusion addon is already installed
would be
?
Code: Select all
local itemid, color = Fusion_parseItemLink( itemlink );
would be
Code: Select all
local itemid, color = igf_parseItemLink( itemlink );