8346 【恺英】【后端】协助系统(修复最后一个非协助玩家退出地图后boss没有回血的bug)
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py
@@ -431,8 +431,6 @@
        # @return: atkPlayer, hurtID, hurtType
        
        curNPC = self.curNPC
        if not self.__hurtDict:
            return
        
        if not isDead:
            if refreshInterval and tick - curNPC.GetDictByKey(ChConfig.Def_NPC_Dict_LastRefreshHurtTick) < refreshInterval: