From 1b983af9f603b6cd323ff89ab7ee65d65293be55 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十一月 2025 15:05:38 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts
---
Main/System/Battle/BattleEffectMgr.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Battle/BattleEffectMgr.cs b/Main/System/Battle/BattleEffectMgr.cs
index d6b4a5a..038e40a 100644
--- a/Main/System/Battle/BattleEffectMgr.cs
+++ b/Main/System/Battle/BattleEffectMgr.cs
@@ -130,7 +130,7 @@
}
else
{
- Debug.LogError("could not find effect in list, effectid : " + effectId);
+ BattleDebug.LogError("could not find effect in list, effectid : " + effectId);
}
}
--
Gitblit v1.8.0