xdh
2018-09-13 ac4fcaebc9dcff13711ba63432e876bc6368b65e
fix:3569【后端】【1.1.0】【1.0.15】去除积分第一名奖励设计
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerXMZZ.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerXMZZ.py
@@ -473,6 +473,7 @@
        #第一积分奖励
        if topScorePlayerID:
            topScoreAward = IpyGameDataPY.GetFuncEvalCfg('XMZZAward', 2)
            if topScoreAward:
            PlayerCompensation.SendMailByKey('XMZZTopScore', [topScorePlayerID], topScoreAward, [topScore])
            SavePKRecord('XMZZ_FirstPlace', [self.XMZZTopPlayerName, self.XMZZTopScore], False)