少年修仙传客户端代码仓库
client_linchunjie
2018-12-24 5cfc2e363147e7bd95e5a63173df9221e26ef6c1
5367 【前端】【1.4】聚魂功能开发(自动分解剩余格子数判断错误)
1个文件已修改
2 ■■■ 已修改文件
System/GatheringSoul/GatheringSoulModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatheringSoulModel.cs
@@ -1379,7 +1379,7 @@
            List<int> list;
            if (virtualPack.TryGetItems(PackType.rptGatherSoul, out list))
            {
                if (capacity - list.Count > autoResolveRemainCount)
                if (capacity - list.Count >= autoResolveRemainCount)
                {
                    return;
                }