Browse Source

修改功法小红点

lzx 2 days ago
parent
commit
57bf57604c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameLogic/RedDot/RedDotManager.cs

+ 1 - 1
Assets/Scripts/GameLogic/RedDot/RedDotManager.cs

@@ -268,7 +268,7 @@ public class RedDotManager : Singleton<RedDotManager>
         if (_skillInfo == null)
             return false;
 
-        if (_skillInfo.SkillData.level == 1)
+        if (_skillInfo.SkillData.level == 1 && !PlayerManager.Instance.GongFaControl.allUseSkill.Contains(_skillInfo))
         {
             return false;
         }