ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -2328,6 +2328,12 @@
    if atkObjType == IPY_GameWorld.gotPlayer and mapID == ChConfig.Def_FBMapID_FamilyBossMap:
        aFinalHurtPer += PlayerControl.GetFamilyBossHurtPer(atkObj)
        
    if atkObjType == IPY_GameWorld.gotPlayer and defObjType == IPY_GameWorld.gotNPC and ChConfig.IsGameBoss(defObj):
        killBossCntLimitDict = IpyGameDataPY.GetFuncEvalCfg('KillBossCntLimit')
        limitIndex = GameWorld.GetDictValueByKey(killBossCntLimitDict, defObj.GetNPCID())
        if limitIndex != None:
            aFinalHurtPer += PlayerControl.GetBossFinalHurtPer(atkObj)
    atkStateMark = GetObjAtkStateMark(atkObj)
    defStateMark = GetObjAtkStateMark(defObj)
    hurtFormulaKey = "%sV%s_%s" % (atkStateMark, defStateMark, atkType)