| UI/Common/UI3DModelExhibition.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
UI/Common/UI3DModelExhibition.cs
@@ -270,7 +270,7 @@ var flashSecondary = playerPack.GetItemModelByIndex(PackType.rptEquip, (int)RoleEquipType.retFashionWeapon2); var secondary = playerPack.GetItemModelByIndex(PackType.rptEquip, (int)RoleEquipType.retWeapon2); secondaryId = secondary == null ? 0 : (int)secondary.itemInfo.ItemID; flashSecondaryId = secondary == null ? 0 : flashSecondary.itemInfo.ItemID; flashSecondaryId = flashSecondary == null ? 0 : flashSecondary.itemInfo.ItemID; } var suitLevel = 0;