Font garbled issue in loot trade timer with korean client
coderhyme opened this issue ยท 3 comments
Text of the loot trade timer bar is garbled with korean.
I figured out below line causes the issue.
Gargul/Interface/TradeWindow/TimeLeft.lua
Line 550 in b76a48f
After removing this line, the issue has been resolved.
What does replacing that line with TimerBar.candyBarLabel:SetFont(TimerBar.candyBarLabel:GetFont(), 12, "OUTLINE");
look like? :)