From c8aea6cbef51b3dd41b4d911bc7e6bf89a6e2e2d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 20 三月 2026 15:14:33 +0800
Subject: [PATCH] 0312 优化红颜定军阁解锁判断
---
Main/System/Battle/BattleObject/BattleObjectFactory.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Battle/BattleObject/BattleObjectFactory.cs b/Main/System/Battle/BattleObject/BattleObjectFactory.cs
index 6ed52e5..7d76108 100644
--- a/Main/System/Battle/BattleObject/BattleObjectFactory.cs
+++ b/Main/System/Battle/BattleObject/BattleObjectFactory.cs
@@ -43,7 +43,7 @@
return null;
}
- Debug.LogError($"{teamHero.SkinID} : {skinCfg.SpineRes}");
+ // Debug.LogError($"{teamHero.SkinID} : {skinCfg.SpineRes}");
// ==============================================
--
Gitblit v1.8.0