少年修仙传客户端代码仓库
client_Hale
2018-11-19 8c26a5e6c2b937d59fc7109e4be97b6b1af6810f
382 战斗报错保护
1个文件已修改
8 ■■■■■ 已修改文件
Fight/Actor/State/SMB/STM_BaseAttack.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Actor/State/SMB/STM_BaseAttack.cs
@@ -220,6 +220,14 @@
        GActorFight _fight = owner as GActorFight;
        if (_fight == null)
        {
#if UNITY_EDITOR
            Debug.LogError("owner类型问题: " + owner.GetType());
#endif
            return;
        }
        _fight.SkillMgr.DoingPrepareSkill = false;
        if (owner.ActorType == GameObjType.gotPlayer)