少年修仙传客户端代码仓库
client_linchunjie
2019-01-19 e279a824f325ca10e076418be9107a4c8d01e5f7
Merge branch 'master' into JadeDynastyBoss
1个文件已修改
2 ■■■ 已修改文件
System/FairyAu/FairyLeagueResPointBehaviour.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyLeagueResPointBehaviour.cs
@@ -195,7 +195,7 @@
            var _hero = PlayerDatas.Instance.hero;
            if (_hero != null)
            {
                _hero.Behaviour.StopHandupAI();
                _hero.Behaviour.StopHandupAI(true);
                SnxxzGame.Instance.StartCoroutine(Co_HeroMoveToPos(new Vector3(_buffPos.x, 0, _buffPos.y),
                    _help.fairyWarBuffs[_index].NPCID));
            }