少年修仙传客户端代码仓库
client_Zxw
2019-01-28 353d1ab0989e8e454eb62f3d2f9770f994cabbe1
2771 神兽强化屏蔽特殊物品的显示
1个文件已修改
4 ■■■■ 已修改文件
System/Strengthening/GodBeastSlidingList.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Strengthening/GodBeastSlidingList.cs
@@ -196,6 +196,10 @@
                var itemModel = BackpackDic[key];
                GodBeastBagClass godBeastBagClass = new GodBeastBagClass();
                godBeastBagClass.ItemId = itemModel.itemId;
                if (itemModel.itemId == 5417)
                {
                    continue;
                }
                godBeastBagClass.Index = key;
                if (itemModel.chinItemModel.Type != 70)
                {