少年修仙传客户端代码仓库
client_linchunjie
2019-05-08 161defb8daf349896b8bc983e28e36c569c0c195
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
4 ■■■■ 已修改文件
Fight/Stage/MapEditor/Game/EventRefreshNPCHandler.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Stage/MapEditor/Game/EventRefreshNPCHandler.cs
@@ -132,6 +132,10 @@
                }
                _npc.BornPos = _npc.Pos = _data.position;
                _npc.belongEventID = m_Evt.id;
                if (_data.faceDir != 0)
                {
                    _npc.EulerAngles = _data.faceDir;
                }
                ClientSceneManager.Instance.NpcBorn(m_Evt.id, _npc);
            }
            m_RefreshCount = m_Evt.monsters.Length;