From c2d2d5d3a840bf50968b3f95e304929bc62a7b70 Mon Sep 17 00:00:00 2001
From: leonard Wu <364452445@qq.com>
Date: 星期五, 03 八月 2018 21:02:26 +0800
Subject: [PATCH] 更新代码
---
Fight/GameActor/GA_NpcFunc.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Fight/GameActor/GA_NpcFunc.cs b/Fight/GameActor/GA_NpcFunc.cs
index f97a4d8..193a518 100644
--- a/Fight/GameActor/GA_NpcFunc.cs
+++ b/Fight/GameActor/GA_NpcFunc.cs
@@ -148,7 +148,7 @@
}
else
{
- m_HeadUpName.SetNPCName(ActorInfo.PlayerName);
+ m_HeadUpName.SetNPCName(NpcConfig.NPCID);
}
}
--
Gitblit v1.8.0