少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-19 77561bb15f0a5d45146fdf454726393e3987cc23
System/RoleParticulars/ViewFuncCell.cs
@@ -154,7 +154,7 @@
                    case FuncPowerType.Wing:
                        {
                            handled = true;
                            RoleParticularModel.ItemData itemData = model.GetItemData(RoleEquipType.retWing);
                            RoleParticularModel.ItemData itemData = model.GetItemData(RoleEquipType.Wing);
                            if (itemData!=null)
                            {
                                ItemConfig _tagChinItemModel = ItemConfig.Get(itemData.ItemID);
@@ -164,7 +164,7 @@
                            {
                                targetCompareTxt.text = string.Format(viewRoleFuncModel.compareTip, Language.Get("RoleParticularWin_7"));
                            }
                            ItemModel itemModel = playerPack.GetItemModelByIndex(PackType.Equip, (int)RoleEquipType.retWing);
                            ItemModel itemModel = playerPack.GetItemModelByIndex(PackType.Equip, (int)RoleEquipType.Wing);
                            if (itemModel != null)
                            {
                                ItemConfig _tagChinItemModel = ItemConfig.Get((int)itemModel.itemInfo.ItemID);