少年修仙传客户端代码仓库
client_Zxw
2019-03-20 8e20edde203eb0a293792be794750961b6c5f18f
3335 代码修改
1个文件已修改
4 ■■■■ 已修改文件
System/Auction/AuctionHelpModel.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Auction/AuctionHelpModel.cs
@@ -186,6 +186,10 @@
            bool isBool = false;
            string equipGuid = string.Empty;
            var equipSet = equipModel.GetEquipSet(equipLevel);
            if (equipSet == null)
            {
                return false;
            }
            equipGuid = equipSet.GetEquip(equipPlace);
            isBool = !string.IsNullOrEmpty(equipGuid);
            return isBool;