From 769eca1d9e5d4c7a0d1875a71ddb63d0aebc404f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 24 十二月 2018 10:04:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into Cross_Server

---
 Fight/Actor/UserInputHandler.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Fight/Actor/UserInputHandler.cs b/Fight/Actor/UserInputHandler.cs
index bc8e5f3..989817b 100644
--- a/Fight/Actor/UserInputHandler.cs
+++ b/Fight/Actor/UserInputHandler.cs
@@ -276,6 +276,8 @@
                  || _hero.SkillMgr.CurCastSkill.SkillCompelete))
                 {
                     _hero.Run();
+
+                    _hero.State = E_ActorState.CtrlRun;
                 }
             }
         }
@@ -348,7 +350,7 @@
         //Send_TagCPlayerStopMove(_hero.Position);
     }
 
-    private static byte s_LastStatus = 0;
+    //private static byte s_LastStatus = 0;
 
     public static void Send_CB409_tagCMPyMove(byte moveOrStop = 1)
     {

--
Gitblit v1.8.0