少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-09 ad29320a97282516609b88ce70904e0e2de99f64
3267 【BUG】【2.0】升星界面只放入一件装备材料不能升星且没有相关提示
1个文件已修改
2 ■■■ 已修改文件
System/EquipStar/EquipStarModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/EquipStar/EquipStarModel.cs
@@ -140,7 +140,7 @@
                }
            }
            if (materialIndexs.Count < (config.CostEquipCnt + config.CostItemDict.x > 0 ? 1 : 0))
            if (materialIndexs.Count < (config.CostEquipCnt + (config.CostItemDict.x > 0 ? 1 : 0)))
            {
                SysNotifyMgr.Instance.ShowTip("StarLevelUp3");
                return;