少年修仙传客户端代码仓库
hch
2025-02-21 7db067ff0e7f70c703dd98faa87b32bbf5e3597e
0312 聚魂物品邮件领取不需要判断背包空间(无限)
1个文件已修改
2 ■■■ 已修改文件
System/Mail/MailAllModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Mail/MailAllModel.cs
@@ -636,7 +636,7 @@
            }
            int getCount = GetPackItemDcit[key];
            if (remainCount < getCount)
            if (key != PackType.GatherSoul && remainCount < getCount)
            {
                SysNotifyMgr.Instance.ShowTip("GeRen_chenxin_676165", (int)key);
                return;