lzx hace 1 semana
padre
commit
bf4b26882b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

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

@@ -692,7 +692,7 @@ public class EventSystemManager : Singleton<EventSystemManager>
                     TipMessagePanel tipMessagePanel = await TipMessagePanel.OpenTipMessagePanel(
                         LanguageManager.Instance.Text(10379,
                             LanguageManager.Instance.Text(lastSmallPlacesConfig.placeName),
-                            lastSmallPlacesConfig.CompletionEventCount));
+                            lastSmallPlacesConfig.CompletionEventCount-lastSmallPlacesData.completionEventCount));
                     if (PlayerGuideManager.Instance.GuideIsCanDo(3))
                     {
                         PlayerGuideManager.Instance.SetGuid(3);