yyl
2025-09-11 9919c1f6f91d61e576ea37b459e489a790a89407
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;