hxp
2018-09-03 7f2015aabab2671946a7f034403d09be45f4d39d
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FamilyRobBoss.py
@@ -511,8 +511,8 @@
    hurtMgr = GetFamilyHurtMgr()
    
    # 同步对骑宠争夺boss有伤血的玩家ID到GameServer
    familyHurtPlayerIDListDict = hurtMgr.familyPlayerIDDict.get(key, {})
    if IsHorsePetRobBoss(bossID) and familyHurtPlayerIDListDict:
    if IsHorsePetRobBoss(bossID):
        familyHurtPlayerIDListDict = hurtMgr.familyPlayerIDDict.get(key, {})
        syncMsg = str([bossID, familyHurtPlayerIDListDict])
        GameWorld.GetPlayerManager().GameServer_QueryPlayerResult(0, 0, 0, "HorsePetRobBossHurtPlayer", syncMsg, len(syncMsg))