少年修仙传客户端代码仓库
client_Hale
2018-10-11 cebc13fbd99d8b3fa67d6b6a1e95b537f42eec0a
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();