Main/System/Battle/BattleField/BattleField.cs
@@ -439,13 +439,13 @@ if (winFaction == 1) { Debug.LogError("战斗胜利"); Debug.LogError(guid + " : 战斗胜利"); // 战斗胜利 } else { // 战斗失败 Debug.LogError("战斗失败"); Debug.LogError(guid + " : 战斗失败"); } IsBattleFinish = true;