xdh
2019-01-24 78f005e3fe86b6033255b37b03061cb491812dcb
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 有没主人都只要通知一次即可,避免重复通知