From 017016e8b50a63d8e5a276e8827dc2bf2147e6b1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 03 九月 2018 20:09:45 +0800
Subject: [PATCH] 1827 NPC血量显示错误

---
 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 cd5e9a3..788aba6 100644
--- a/Fight/GameActor/GA_NpcClientFightNorm.cs
+++ b/Fight/GameActor/GA_NpcClientFightNorm.cs
@@ -200,7 +200,7 @@
         m_LifeBar = LifeBar.RequireLifeBar(MP_Name, 0, CameraController.Instance.CameraObject);
     }
 
-    public override void RefreshLifeBar(uint value)
+    public override void RefreshLifeBar(ulong value)
     {
         if (m_LifeBar)
         {

--
Gitblit v1.8.0