少年修仙传客户端代码仓库
client_Wu Xijin
2019-06-10 28befdc0aacd28fce2aae74f0f72526b510f42b2
3978 fixed不弹获得拍品的问题
1个文件已修改
9 ■■■■■ 已修改文件
System/Auction/AuctionNewGetShowModel.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | 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)
            {