lzx 1 tydzień temu
rodzic
commit
bf4b26882b

+ 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);