yyl
2025-11-26 0c27deee50c5c20f6ebb38a56319c959d2e64c56
125 战斗 特效删除时找不到特效本体放入BattleDebug里
1个文件已修改
2 ■■■ 已修改文件
Main/System/Battle/BattleEffectMgr.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
        }
    }