hch
13 小时以前 a6cbc1f71e0bb1b6dd2159e1be22234f5d95630e
Main/Config/Configs/FBDJGLevelConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Tuesday, January 20, 2026
//    [  Date ]:           Friday, February 6, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -22,8 +22,8 @@
   public int[][] PassAwardList;
   public int[][] AwardList;
   public int[] LineupIDList;
   public int NPCLV;
   public long FightPower;
   public int NPCID;
   public int[] SkillIDExList;
    public override int LoadKey(string _key)
@@ -60,9 +60,9 @@
            }
         }
         long.TryParse(tables[6],out FightPower);
         int.TryParse(tables[6],out NPCLV);
         int.TryParse(tables[7],out NPCID);
         long.TryParse(tables[7],out FightPower);
         if (tables[8].Contains("["))
         {