From 7f6fa9c32f0d322664eae8e3f52fe5a326b91be2 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 22 六月 2019 14:50:10 +0800
Subject: [PATCH] 382 移动中的采集被打断修复

---
 Fight/ClientCollectUtility.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Fight/ClientCollectUtility.cs b/Fight/ClientCollectUtility.cs
index 18741df..d85ac2b 100644
--- a/Fight/ClientCollectUtility.cs
+++ b/Fight/ClientCollectUtility.cs
@@ -285,7 +285,7 @@
                 }
             }
 
-            if (!_hero.IsIdle() && !_hero.IsCollect())
+            if (!_hero.IsIdle() && !_hero.IsCollect() && !(_hero.NextAction == GAStaticDefine.Act_Collect))
             {
                 StopCollect();
             }

--
Gitblit v1.8.0