From 19542a6633574dd2e625d648cec0ebcdaea89c56 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 31 八月 2018 17:18:46 +0800
Subject: [PATCH] Fix: 修复活动结束后归属不消失的bug;

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
index e5e9691..6591c07 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -1991,6 +1991,7 @@
         
             if GetDropOwnerType(curNPC) == ChConfig.DropOwnerType_Family:
                 FamilyRobBoss.ClearFamilyOwnerBossHurt(curNPC)
+        ChNPC.OnNPCSetDead(curNPC)
         
     
     # 清除队伍成员伤血列表

--
Gitblit v1.8.0