From 76ce25cbdcf166cd92ccc4392d67a84c33dd59fb Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 24 五月 2019 17:11:06 +0800
Subject: [PATCH] 382 修改被攻击逃跑AI类型
---
Fight/GameActor/GA_NpcClientFightNorm.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientFightNorm.cs b/Fight/GameActor/GA_NpcClientFightNorm.cs
index ec333da..66739b4 100644
--- a/Fight/GameActor/GA_NpcClientFightNorm.cs
+++ b/Fight/GameActor/GA_NpcClientFightNorm.cs
@@ -161,7 +161,7 @@
{
m_AIHandler = new AI_Npc_200(this, BornPos);
}
- else if (NpcConfig.AIType == 198)
+ else if (NpcConfig.AIType == 196)
{
m_AIHandler = new AI_Npc_198(this, BornPos);
}
--
Gitblit v1.8.0