From a19acb609721b89419fe55785643a0d4f1959368 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 14 十一月 2025 20:03:47 +0800
Subject: [PATCH] 0312 动态检测战力公式

---
 Main/System/Main/FightPowerManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs
index a73bea9..9af704d 100644
--- a/Main/System/Main/FightPowerManager.cs
+++ b/Main/System/Main/FightPowerManager.cs
@@ -413,7 +413,7 @@
         }
 
 #if UNITY_EDITOR
-        // Debug.Log("鎴樺姏锛氳绠楀畬姣� " + fightPower);
+        Debug.Log("鎴樺姏锛氳绠楀畬姣� " + fightPower);
 #endif
         return fightPower;
     }

--
Gitblit v1.8.0