System/RoleParticulars/ViewFuncCell.cs
@@ -133,7 +133,8 @@ { targetCompareTxt.text = string.Format(viewRoleFuncModel.compareTip, Language.Get("RoleParticularWin_7")); } ItemModel itemModel = playerPack.GetItemByIndex(PackType.Equip, (int)RoleEquipType.Wing); var equipPlace = EquipPlaceMapConfig.GetServerPlace(0, (int)RoleEquipType.Wing); var itemModel = playerPack.GetItemByIndex(PackType.Equip, equipPlace); if (itemModel != null) { ItemConfig _tagChinItemModel = ItemConfig.Get((int)itemModel.itemId);