hxp
2018-09-01 065cf745e41302e18bac8348b7366c1dc8187e9a
Fix: 1795 骑宠争夺活动参与奖励发放异常
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FamilyRobBoss.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FamilyRobBoss.py
@@ -511,8 +511,8 @@
    hurtMgr = GetFamilyHurtMgr()
    
    # 同步对骑宠争夺boss有伤血的玩家ID到GameServer
    if IsHorsePetRobBoss(bossID):
    familyHurtPlayerIDListDict = hurtMgr.familyPlayerIDDict.get(key, {})
    if IsHorsePetRobBoss(bossID) and familyHurtPlayerIDListDict:
        syncMsg = str([bossID, familyHurtPlayerIDListDict])
        GameWorld.GetPlayerManager().GameServer_QueryPlayerResult(0, 0, 0, "HorsePetRobBossHurtPlayer", syncMsg, len(syncMsg))