少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-11 c85f18cc648b69fe4e3b5d963a0da52dfdd39f42
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
8 ■■■■ 已修改文件
System/KnapSack/Logic/ItemTipsModel.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/Logic/ItemTipsModel.cs
@@ -1092,7 +1092,6 @@
            }
            return s;
        }
        #endregion
        #region 设置传奇属性
@@ -2023,11 +2022,16 @@
            if(type == PackType.rptDogzEquip || type == PackType.rptDogzItem)
            {
                strengthDataDict = new Dictionary<int, int>();
                if (GetUseDataModel((int)ItemUseDataKey.Def_IudetDogzEquipPlus) != null)
                {
                    StrengthLV = GetUseDataModel((int)ItemUseDataKey.Def_IudetDogzEquipPlus)[0];
                }
                strengthDataDict = beastModel.SiteEnhancementAttribute(type,index);
                Dictionary<int,int> getStregthDict = beastModel.SiteEnhancementAttribute(type,index);
                foreach(var key in getStregthDict.Keys)
                {
                    strengthDataDict.Add(key,getStregthDict[key]);
                }
            }
            SetWinType();