Browse Source

修改bug

lzx 1 week ago
parent
commit
cb287280d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameUI/UI/CombatPanel/SkillSelectPanel.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/CombatPanel/SkillSelectPanel.cs

@@ -1017,7 +1017,7 @@ namespace Fort23.Mono
             }
 
             int index = 5;
-            if (PlayerManager.Instance.myHero.level <= 60)
+            // if (PlayerManager.Instance.myHero.level <= 60)
             {
                 //金
                 if (skillConfig.skillConfig.attribute == 1)