少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-15 6cebae3c87b151bc5d9de38153060d9ea8d93601
3335 巩固代码
1个文件已修改
5 ■■■■■ 已修改文件
System/KnapSack/Logic/ItemOverdueModel.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/Logic/ItemOverdueModel.cs
@@ -102,6 +102,11 @@
        public void ReportConfirmUseItem(string guid)
        {
            if (string.IsNullOrEmpty(guid))
            {
                return;
            }
            if (itemGuids.Contains(guid))
            {
                itemGuids.Remove(guid);