少年修仙传客户端代码仓库
client_linchunjie
2018-10-08 bf8236829eb100c2b6a1e31fa12eae4a95d6ecf6
4047 【前端】【主干】【1.0.18】法宝潜力红点最优解优化
1个文件已修改
2 ■■■ 已修改文件
System/Treasure/TreasureModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Treasure/TreasureModel.cs
@@ -1034,7 +1034,7 @@
                    }
                    else if (index == treasure.potentials.Count - 1)
                    {
                        var potential = treasure.GetPotential(index);
                        var potential = treasure.GetPotentialByIndex(index);
                        var config = Config.Instance.Get<SkillConfig>(potential.id);
                        int[] _getSkillArray;
                        if (TryGetPotentialGetSkill(config.SkillTypeID, out _getSkillArray))