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)