ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/SummonNPC_Attack_Pet.py
@@ -26,6 +26,7 @@
import PlayerControl
import PetControl
import SkillShell
import TurnAttack
import GameObj
#---------------------------------------------------------------------
@@ -137,6 +138,8 @@
    
    #宠物死亡
    if GameObj.GetHP(curTagPet) <= 0:
        if TurnAttack.SetKilled(curTagPet):
            return
        curTagPetNPCControl = NPCCommon.NPCControl(curTagPet)
        curTagPetNPCControl.SetKilled()