Main/System/Achievement/AchievementManager.cs
@@ -146,6 +146,10 @@ foreach (var type in _types) { if (!redpointDict.ContainsKey(type)) { continue; } var redpoint = RedpointCenter.Instance.GetRedpoint(redpointDict[type]); redpoint.state = RedPointState.None; if (!isOpened(type))