少年修仙传客户端代码仓库
client_linchunjie
2018-12-24 79dcbbcf41b6c297b14495a04dc4f4a0f6efc178
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
7 ■■■■■ 已修改文件
Fight/GameActor/Bhv_FindEnemy.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_NpcCollect.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/Bhv_FindEnemy.cs
@@ -40,7 +40,7 @@
            return;
        }
        if (_hero.LockTarget != null)
        if (_hero.LockTarget != null && !(_hero.LockTarget is GA_NpcCollect))
        {
            // 判断是否要清空锁定目标
            DoIfClearLockTarget();
Fight/GameActor/GA_NpcCollect.cs
@@ -86,11 +86,11 @@
        {
            if (NpcConfig.NPCID == 33409001)
            {
                m_Model.transform.localPosition = new Vector3(0,0.132f,0);
                m_Model.transform.localPosition = new Vector3(0, 0.132f, 0);
            }
            else if (NpcConfig.NPCID == 33409002)
            {
                m_Model.transform.localPosition = new Vector3(0,0.142f,0);
                m_Model.transform.localPosition = new Vector3(0, 0.142f, 0);
            }
        }
    }
@@ -432,7 +432,6 @@
    public override void OnUnSelect()
    {
        base.OnUnSelect();
        if (m_ArrivedList.Contains(ServerInstID))
        {
            if (OnLeave != null)