From e1dcfa049cd7f676fb56c91bee6737dce0aed7e4 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 25 四月 2019 13:39:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/GameActor/GA_NpcClientFightBoss.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Fight/GameActor/GA_NpcClientFightBoss.cs b/Fight/GameActor/GA_NpcClientFightBoss.cs
index 5ff9f1e..009a32d 100644
--- a/Fight/GameActor/GA_NpcClientFightBoss.cs
+++ b/Fight/GameActor/GA_NpcClientFightBoss.cs
@@ -13,10 +13,8 @@
/// </summary>
public static UnityAction<uint, int, ulong, ulong> s_HpRefresh;
- protected override void OnInit(GameNetPackBasic package)
+ protected sealed override void InitAI()
{
- base.OnInit(package);
-
if (NpcConfig.NPCID == 30902001)
{
m_AIHandler = new AI_Boss_HYQ(this, BornPos);
--
Gitblit v1.8.0