hxp
2018-12-20 572c67c78f4c34dbda4b44b365c14cb4b2d9c68d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/SummonNPC_Attack_NormalNPC.py
@@ -144,7 +144,6 @@
    curPlayer = NPCCommon.GetSummonNPCOwner(IPY_GameWorld.gotPlayer, curSummonNPC)
    
    if not ChNPC.OnCheckCanDie(curPlayer, curTagNPC, skill, tick):
        GameObj.SetHP(curTagNPC, 1)
        return
    
    #2011-05-12 chenxuewei 有没主人都只要通知一次即可,避免重复通知