少年修仙传客户端代码仓库
client_linchunjie
2018-09-06 2ffb3cc641d71b1a26cf6842492d3b4650606c33
1877 切换账号后,幼龙剧情表现异常
2个文件已修改
13 ■■■■■ 已修改文件
Fight/GameActor/GA_Guard.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/BossShow/ShowActor.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_Guard.cs
@@ -224,6 +224,7 @@
        if (m_Animator != null)
        {
            m_Animator.speed = GuardianAnimatorSpeed;
            NextAction = GuardAction_Idle;
        }
        IsStateActive = false;
System/BossShow/ShowActor.cs
@@ -92,8 +92,18 @@
            m_Animator.runtimeAnimatorController = controller;
            m_Animator.SetInteger(GAStaticDefine.Param_ActorInstID, m_Instance);
            if (m_Animator != null)
            {
                m_Animator.enabled = true;
            nextAction = GAStaticDefine.Act_Show;
                nextAction = GAStaticDefine.Act_Show;
            }
        }
        else
        {
            if (m_Animator != null)
            {
                m_Animator.enabled = true;
                nextAction = 0;
            }
        }
        if (actorShowModel.effect != 0)