少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-30 df42d0e822ff485771631965c4fc21167f95f78c
3202 【BUG】【2.0】白蓝紫品质装备升星提示错误
1个文件已修改
12 ■■■■■ 已修改文件
System/EquipStar/EquipStarModel.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/EquipStar/EquipStarModel.cs
@@ -97,6 +97,18 @@
                return;
            }
            var item = packModel.GetItemByGuid(equipModel.GetEquip(equipPosition));
            if (item == null)
            {
                return;
            }
            if (item.config.ItemColor < 4)
            {
                SysNotifyMgr.Instance.ShowTip("StarLevelUp4");
                return;
            }
            var maxLevel = GetMaxStarLevel(equipPosition.x);
            if (starLevel > maxLevel)
            {