hxp
2018-11-27 5718f4abbbdda1752664089e119fc8ead03f3d58
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/Pet_Attack_NormalNPC.py
@@ -111,7 +111,6 @@
        curPlayer = PetControl.GetPetOwner(curPet)  # 宠物主人
        
        if not ChNPC.OnCheckCanDie(curPlayer, curTagNPC, skill, tick):
            GameObj.SetHP(curTagNPC, 1)
            return
        
        if curPlayer != None: