少年修仙传客户端代码仓库
client_linchunjie
2018-10-08 bf8236829eb100c2b6a1e31fa12eae4a95d6ecf6
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))