lcy
2026-06-11 ffa43ef974c6b41ddd9addb119cb9db1689324b7
Main/System/GuildAtkDefBat/GuildAtkDefBatManager.cs
@@ -73,10 +73,13 @@
    private void OnEnterOrQuitGuildEvent(bool isEnter)
    {
        ResetBattleData();
        CurrentChallengeTargetPlayerID = 0;
        OnUpdateAtkDefBatInfoEvent?.Invoke();
        UpdateRedpoint();
        if (!isEnter)
        {
            ResetBattleData();
            CurrentChallengeTargetPlayerID = 0;
            OnUpdateAtkDefBatInfoEvent?.Invoke();
            UpdateRedpoint();
        }
    }
    void ParseConfig()