Results: 1Comments by: danaketh
File: Achievement Tracker06/15/14
simple quickfix
Posted By: danaketh
I've fixed the glitch by changing line 420 from this control:SetText(tostring("|cAAAAAA(".. trackCount .. ")|r " .. control.orgText)) to this control:SetFont(string.format("%s|%d|%s", ZoFontGameBold:GetFontInfo(), 21, "soft-shadow-thin")) control:SetText(tostring(control.orgText .. " |cAAAAAA(".. trackCount .. ")|r")) Pl...