| System/Auction/AuctionNewGetShowModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Auction/AuctionNewGetShowModel.cs
@@ -64,6 +64,15 @@ return; } for (var i = newAuctions.Count - 1; i >= 0; i--) { var oldItem = packModel.GetItemByGuid(newAuctions[i]); if (oldItem == null) { newAuctions.RemoveAt(i); } } var item = packModel.GetItemByIndex(type, index); if (item == null) {