xdh
2019-01-28 8305e47be942c376430044332780e6e69a3c7a7f
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: