少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-08 3666f94824f5299eddce178415f025b587cacc86
3232  【BUG】【2.0】拍卖,获得拍品出现双弹窗
1个文件已修改
5 ■■■■■ 已修改文件
System/KnapSack/Logic/ItemLogicUtility.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/Logic/ItemLogicUtility.cs
@@ -377,6 +377,11 @@
                return;
            }
            if (item.isAuction)
            {
                return;
            }
            if (item.config.UseLV > PlayerDatas.Instance.baseData.LV)
            {
                return;