From b9ae79116a9e419b28c38f1c84016ec7938afefa Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 30 九月 2025 18:13:23 +0800
Subject: [PATCH] 125 战斗 1.快速结束战斗失效的问题 2.角色UI高过外部UI的问题 3.战斗伤害消失的问题

---
 Main/System/Battle/BattleField/BattleField.cs |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Main/System/Battle/BattleField/BattleField.cs b/Main/System/Battle/BattleField/BattleField.cs
index 5a2ae2d..1111307 100644
--- a/Main/System/Battle/BattleField/BattleField.cs
+++ b/Main/System/Battle/BattleField/BattleField.cs
@@ -478,16 +478,16 @@
             int winFaction = (int)turnFightStateData["winFaction"];
             //鑾疯儨闃佃惀:   涓�鑸负1鎴栬��2锛屽綋鐜╁鍙戣捣鐨勬垬鏂楁椂锛屽鏋滆幏鑳滈樀钀ヤ笉绛変簬1浠h〃鐜╁澶辫触浜�
 
-            if (winFaction == 1)
-            {
-                Debug.LogError(guid + " : 鎴樻枟鑳滃埄");
-                //  鎴樻枟鑳滃埄
-            }
-            else
-            {
-                //  鎴樻枟澶辫触
-                Debug.LogError(guid + " : 鎴樻枟澶辫触");
-            }
+            // if (winFaction == 1)
+            // {
+            //     Debug.LogError(guid + " : 鎴樻枟鑳滃埄");
+            //     //  鎴樻枟鑳滃埄
+            // }
+            // else
+            // {
+            //     //  鎴樻枟澶辫触
+            //     Debug.LogError(guid + " : 鎴樻枟澶辫触");
+            // }
 
             IsBattleFinish = true;
 

--
Gitblit v1.8.0