hxp
2019-07-19 112b6ce43850df3924ce672e755c7636d9285db6
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FamilyRobBoss.py
@@ -21,6 +21,7 @@
import NetPackCommon
import ChPyNetSendPack
import PlayerActivity
import PlayerWeekParty
import PlayerControl
import IpyGameDataPY
import SkillCommon
@@ -200,6 +201,7 @@
        if hurtType == FamilyHurtObjType_Player and hurtObj.hurtValue == 0 and hurtValue:
            if IsHorsePetRobBoss(curBoss.GetNPCID()):
                PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_FamilyRobBoss)
            
        hurtObj.hurtValue += hurtValue
        GameWorld.DebugLog("    更新伤血%s: hurtType=%s,hurtID=%s,hurtValue=%s"