少年修仙传客户端代码仓库
Client_PangDeRong
2018-09-07 e274f8465d6798c8e8c09c085b871c6090d6e7c5
1888 修改仙盟仓库装备评分图标显示错误
1个文件已修改
7 ■■■■■ 已修改文件
System/KnapSack/New/CommonItemBaisc.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/New/CommonItemBaisc.cs
@@ -221,11 +221,10 @@
            if (config == null || (!isCompare && compareSocre <= 0) || config.EquipPlace == 0) return 0;
            ItemModel model = playerPack.GetItemModelByGUID(guid);
            if (model != null
                && (modelInterface.IsOverdue(guid, itemId, model.useDataDict)
                || (playerJob != Math.Floor((double)config.JobLimit / 100) && config.JobLimit != 0))) return 1;
            if (model != null && modelInterface.IsOverdue(guid, itemId, model.useDataDict)) return 1;
            if (playerJob != Math.Floor((double)config.JobLimit / 100) && config.JobLimit != 0) return 1;
            if(isCompare)
            if (isCompare)
            {
               if(type != PackType.rptDogzItem)
                {