hch
2026-01-15 af0d59c2da7eb91de99d568ed17cbf2aa441f5b3
Main/System/Settlement/BattleSettlementManager.cs
@@ -153,7 +153,14 @@
            if (battleName == BattleConst.StoryBossBattleField)
            {
                AutoFightModel.Instance.nowChallengeCount += result != 1 ? 1 : 0;
                if (result == 1)
                {
                    AutoFightModel.Instance.nowChallengeCount = 0;
                }
                else
                {
                    AutoFightModel.Instance.nowChallengeCount += 1;
                }
            }
            if (battleName == activeBattleName)