少年修仙传客户端代码仓库
client_Wu Xijin
2018-09-20 d1b49f6ca5f22f52008b7d334d9e9a2edfcaa858
1972 BUG】主界面打宝红点次数问题
1个文件已修改
3 ■■■■ 已修改文件
System/FindPrecious/PersonalBossModel.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FindPrecious/PersonalBossModel.cs
@@ -148,9 +148,8 @@
                return;
            }
            personalRedpoint.count = own / ticketItem.count;
            personalRedpoint.count = Mathf.Clamp(own / ticketItem.count, 0, totalTimes - enterTimes);
            personalRedpoint.state = RedPointState.Quantity;
        }
        private void ParseConfig()