xdh
2018-12-13 4d66af400c9a3bd697af400977fb044b84ba034d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/Pet_Attack_SummonNPC.py
@@ -87,7 +87,6 @@
#  @return hurtType : HurtType 伤害结构体类 
#  @remarks 攻击
def DoAttack(curPet, curTagSummon, skill, skillValue, skillPercent, skillHurtList, tick):
    #finalHurtPer = SkillCommon.GetSkillFinalHurtPer(curPet, curTagSummon, skill, tick)
    hurtType = AttackCommon.GetHurtHP(curPet, curTagSummon, skill, skillValue, skillPercent, tick)
    
    hurtHP = hurtType.HurtHP