少年修仙传客户端代码仓库
client_Hale
2018-11-12 b953c786b611ded473dfe70cd29da20f1f7d8dfb
2345 【1.3】【1.2】角色模型异常消失
1个文件已修改
2 ■■■ 已修改文件
Fight/GameActor/GActorNpcNoFight.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorNpcNoFight.cs
@@ -165,7 +165,7 @@
            {
                GAMgr.Instance.AddNeedDestroyPrefab(_prefab);
            }
            if (this is GA_Guard)
            if (this is GA_Guard || NpcConfig.MODE.Contains("A_Zs") || NpcConfig.MODE.Contains("A_Fs"))
            {
                GAMgr.Instance.RemoveNeedDestroyPrefab(_prefab);
            }