Browse Source

修改bug

lzx 5 days ago
parent
commit
88f3cec033
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

+ 1 - 1
Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

@@ -754,7 +754,7 @@ public class EventSystemManager : Singleton<EventSystemManager>
                         LanguageManager.Instance.Text(10379,
                         LanguageManager.Instance.Text(10379,
                             lastSmallPlacesConfig.CompletionEventCount - lastSmallPlacesData?.completionEventCount));
                             lastSmallPlacesConfig.CompletionEventCount - lastSmallPlacesData?.completionEventCount));
 
 
-                    if (eventConfig.ID == 10003 && PlayerGuideManager.Instance.GuideIsCanDo(3))
+                    if (eventConfig.ID == 10002 && PlayerGuideManager.Instance.GuideIsCanDo(3))
                     {
                     {
                         PlayerGuideManager.Instance.SetGuid(3);
                         PlayerGuideManager.Instance.SetGuid(3);
                     }
                     }