ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -704,9 +704,9 @@
    if curObj == None:
        GameWorld.ErrLog("NPCAddObjInHurtList NoFindObj")
        return
    if curTaglNPCHPBefore < hurtHP:
        hurtHP = curTaglNPCHPBefore
    #if curTaglNPCHPBefore < hurtHP:
    #    hurtHP = curTaglNPCHPBefore
        
    curObjType = curObj.GetGameObjType()
    if curObjType == IPY_GameWorld.gotPlayer: