少年修仙传客户端代码仓库
client_Hale
2018-09-10 b60111b92c567064fc71cd3379a64a404e4eb5c5
System/KnapSack/Logic/ItemTipsModel.cs
@@ -1841,6 +1841,14 @@
                SetExtraInfos(extraInfos.ToArray());
            }
            if(type == PackType.rptDogzEquip || type == PackType.rptDogzItem)
            {
                if (GetUseDataModel((int)ItemUseDataKey.Def_IudetDogzEquipPlus) != null)
                {
                    StrengthLV = GetUseDataModel((int)ItemUseDataKey.Def_IudetDogzEquipPlus)[0];
                }
            }
            SetWinType();
        }