From 07af7fbac53788f5d7ef8553e41a5a65aa1ce6e1 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 13 八月 2018 20:23:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/GameActor/GA_NpcClientFunc.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientFunc.cs b/Fight/GameActor/GA_NpcClientFunc.cs
index 8741570..f59ebb5 100644
--- a/Fight/GameActor/GA_NpcClientFunc.cs
+++ b/Fight/GameActor/GA_NpcClientFunc.cs
@@ -100,7 +100,14 @@
m_HeadUpName = HeadUpName.RequireHeadUpName(_pattern, MP_Name, 0, CameraController.Instance.CameraObject);
- m_HeadUpName.SetNPCName(ActorInfo.PlayerName);
+ if (NpcConfig.NPCID == 1006)
+ {
+ m_HeadUpName.SetNPCName(1007);
+ }
+ else
+ {
+ m_HeadUpName.SetNPCName(NpcConfig.NPCID);
+ }
}
--
Gitblit v1.8.0