4923 【主干】竞技场未开启,收到了每日保底奖励邮件(没有对战记录不发奖励);
1个文件已修改
5 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldArena.py 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldArena.py
@@ -503,7 +503,10 @@
    # 其他的获得保底奖励
    orderPlayerIDList = orderPlayerIDDict.keys()
    floorPlayerIDList = []
    for playerID in PyGameData.g_arenaPlayerBattleRecDict.keys():
    for playerID, batRecList in PyGameData.g_arenaPlayerBattleRecDict.items():
        if not batRecList:
            #GameWorld.DebugLog("没有对战记录,不发奖励")
            continue
        if playerID in orderPlayerIDList:
            continue
        floorPlayerIDList.append(playerID)