少年修仙传客户端代码仓库
client_Hale
2018-09-25 8ad8668ba2f8a9107fd26fb7112d281b9264bfab
update 传送包坐标发boss坐标
1个文件已修改
2 ■■■ 已修改文件
Fight/MapTransferUtility.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/MapTransferUtility.cs
@@ -255,7 +255,7 @@
            if(_mapConfig.Camp == 5 && _worldBoss != null)
            {
                Send_WorldTransfer(_npcLocation.mapId,
                                   new Vector3(_hero.Pos.x * 2, 0, _hero.Pos.z * 2),
                                   new Vector3(_npcLocation.position.x * 2, 0, _npcLocation.position.y * 2),
                                   MapTransferType.WorldTransport, 0, npcID);
                return;
            }