少年修仙传客户端代码仓库
client_Zxw
2019-03-08 1186edae1ee5309ca6e1fe07e5c47696a031035e
3335 修复报错
1个文件已修改
4 ■■■■ 已修改文件
System/Strengthening/StrengthenModel.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Strengthening/StrengthenModel.cs
@@ -151,6 +151,10 @@
    {
        int Type = GameDefineIndex(EquippedWith);
        ItemPlusConfig _tagItemPlue = ItemPlusConfig.GetTypeAndGrade(Type, EquipmentLevel);
        if (_tagItemPlue == null)
        {
            return;
        }
        if (DicEquip.ContainsKey(EquippedWith))
        {
            DicEquip[EquippedWith].CurrentLevel = EquipmentLevel;