From cec8b67d82c2c2c1662d55c818c4a46bcc0487db Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 25 八月 2025 17:36:02 +0800
Subject: [PATCH] 125 【战斗】战斗系统 战斗技能

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

diff --git a/Main/System/Language/Language.cs b/Main/System/Language/Language.cs
index 1649f33..e626307 100644
--- a/Main/System/Language/Language.cs
+++ b/Main/System/Language/Language.cs
@@ -97,7 +97,7 @@
             // if (_id.StartsWith(NewBieGuideScriptableObject.GuidesPrefixNewBie) ||
             //     _id.StartsWith(NewBieGuideScriptableObject.GuidesPrefixFun))
             //     return string.Empty;
-            // Debug.LogFormat("缂哄皯璇█琛ㄩ厤缃�,id: {0}", _id);
+            Debug.LogErrorFormat("缂哄皯璇█琛ㄩ厤缃�,id: {0}", _id);
 #endif
             return string.Empty;
         }

--
Gitblit v1.8.0