少年修仙传客户端代码仓库
client_linchunjie
2018-12-20 bab7465f832d0fac78113efde06442ebb1bba59f
Merge branch '【1.4】聚魂功能' of http://192.168.0.87:10010/r/snxxz_scripts into 【1.4】聚魂功能
1个文件已修改
7 ■■■■ 已修改文件
Fight/GameActor/GA_NpcFunc.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_NpcFunc.cs
@@ -65,7 +65,7 @@
        PlayerTaskDatas _model = ModelCenter.Instance.GetModel<PlayerTaskDatas>();
        var _npcID = NpcConfig.NPCID;
        if(_npcID == 10404101)
        if (_npcID == 10404101)
        {
            _npcID = 10404100;
        }
@@ -380,7 +380,10 @@
                Vector3 _forward = MathUtility.ForwardXZ(_hero.Pos, Pos);
                Forward = _forward;
            }
            NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcConfig.NPCID, ServerInstID);
            if (NpcConfig.NPCID != GeneralDefine.GatherSoulDZ)
            {
                NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcConfig.NPCID, ServerInstID);
            }
        }
    }