Browse Source

修改bug

lzx 2 days ago
parent
commit
77a799da0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameUI/UI/MainPanel/MainPanel.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/MainPanel/MainPanel.cs

@@ -88,7 +88,7 @@ namespace Fort23.Mono
                     await PlayerGuideManager.Instance.SetGuid(4);
                 }
 
-                if (EventSystemManager.Instance.IsEventCompleted(10003) && PlayerGuideManager.Instance.GuideIsCanDo(6))
+                if (EventSystemManager.Instance.IsEventCompleted(10003) && PlayerGuideManager.Instance.GuideIsCanDo(6) && PlayerManager.Instance.myHero.powerUpConfig.jingjie3 != 10)
                 {
                     int currentMiao =
                         (int)((TimeHelper.ClientNow() - PlayerManager.Instance.myHero.heroData.upTime) /