ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py
@@ -975,6 +975,10 @@ defendHurtList = PlayerHurtList(lineID, objID, npcID) PyGameData.g_npcHurtDict[key] = defendHurtList defendHurtList = PyGameData.g_npcHurtDict[key] if not defendHurtList.curNPC: hurtList = PyGameData.g_npcHurtDict.pop(key) hurtList.OnDelete() return return defendHurtList def OnNPCHurtPlayerEnterTeam(playerID, playerName, befTeamID, newTeam, tick):