少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-19 77561bb15f0a5d45146fdf454726393e3987cc23
System/Strengthening/WashMasterWin.cs
@@ -471,11 +471,11 @@
                {
                    if (i < groups.Length - 1)
                    {
                        areaText.text = areaText.text + UIHelper.GetEquipAreaName(groups[i]) + "、";
                        areaText.text = areaText.text + UIHelper.GetEquipPlaceName(groups[i]) + "、";
                    }
                    else
                    {
                        areaText.text = areaText.text + UIHelper.GetEquipAreaName(groups[i]);
                        areaText.text = areaText.text + UIHelper.GetEquipPlaceName(groups[i]);
                    }
                }