ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/Pet_Attack_SummonNPC.py
@@ -26,6 +26,7 @@
import PetControl
import SkillShell
import GameObj
import TurnAttack
#---------------------------------------------------------------------
#---------------------------------------------------------------------
@@ -133,6 +134,8 @@
    
    #防守方召唤兽死亡
    if GameObj.GetHP(curTagSummon) <= 0:
        if TurnAttack.SetKilled(curTagSummon):
            return
        curTagSummonNPCControl = NPCCommon.NPCControl(curTagSummon)
        #召唤兽死亡
        curTagSummonNPCControl.SetKilled()