少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-05 60f616fc149c620953f468d1383f15a810f898df
System/Strengthening/GodBeastReinforcementWin.cs
@@ -169,7 +169,7 @@
                    {
                        GodBeastClass godBeastClass = new GodBeastClass();
                        godBeastClass.GodBeastNumber = key;
                        godBeastClass.GodBeastPart = itemModel[i].equipPlace;
                        godBeastClass.GodBeastPart = itemModel[i].config.EquipPlace;
                        godBeastClass.GodBeastQuality = itemModel[i].config.ItemColor;
                        godBeastClass.GodBeastStar = itemModel[i].config.StarLevel;
                        godBeastClass.EquipScore = itemModel[i].equipScore;
@@ -186,7 +186,7 @@
                            godBeastClass.GodBeastLv = IudetDogzEquipPlus[0];
                            godBeastClass.GodBeasProficiency = IudetDogzEquipPlus[1];
                        }
                        godBeastClass.LocationMarker = itemModel[i].equipPlace * 100 + key;
                        godBeastClass.LocationMarker = itemModel[i].config.EquipPlace * 100 + key;
                        GodBeastList.Add(godBeastClass);
                    }
                }