少年修仙传客户端代码仓库
client_Hale
2019-03-14 f54a037a46ff72bc6ed4c3f4a392c2f6c2db8009
Fight/MapTransferUtility.cs
@@ -228,8 +228,13 @@
            GActor _npc = GAMgr.Instance.GetCloserNPC(_hero.Pos, npcID);
            if (_npc != null)
            {
                //Debug.LogFormat(" |-- 在视野内");
                _destPostion = _npc.Pos;
                NpcID = npcID;
                MapTransferDoType = E_MapTransferDoType.Npc;
                _hero.MoveToPosition(_destPostion);
                yield break;
            }
        }
        else