From 2ffb3cc641d71b1a26cf6842492d3b4650606c33 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 06 九月 2018 11:31:25 +0800
Subject: [PATCH] 1877 切换账号后,幼龙剧情表现异常

---
 Fight/GameActor/GA_Guard.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Fight/GameActor/GA_Guard.cs b/Fight/GameActor/GA_Guard.cs
index 98baa83..e25fcea 100644
--- a/Fight/GameActor/GA_Guard.cs
+++ b/Fight/GameActor/GA_Guard.cs
@@ -224,6 +224,7 @@
         if (m_Animator != null)
         {
             m_Animator.speed = GuardianAnimatorSpeed;
+            NextAction = GuardAction_Idle;
         }
 
         IsStateActive = false;

--
Gitblit v1.8.0