From 17c684a98dd8811fd22ced8da1590e08d3bc4831 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期日, 28 四月 2019 10:32:26 +0800
Subject: [PATCH] Merge branch 'master' into ViewOtherPlayer
---
Fight/GameActor/GA_NpcClientFightNorm.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientFightNorm.cs b/Fight/GameActor/GA_NpcClientFightNorm.cs
index 40cda21..9d9441a 100644
--- a/Fight/GameActor/GA_NpcClientFightNorm.cs
+++ b/Fight/GameActor/GA_NpcClientFightNorm.cs
@@ -139,6 +139,8 @@
lockHp = 0;
isTalking = false;
isStopAI = false;
+ heroAttacked = false;
+
AutoAI();
if (m_ProcessManager == null)
@@ -148,8 +150,6 @@
m_ProcessManager.Load(this);
InitAI();
-
- heroAttacked = false;
}
protected virtual void InitAI()
--
Gitblit v1.8.0