fix:3569【后端】【1.1.0】【1.0.15】去除积分第一名奖励设计
| | |
| | | #第一积分奖励
|
| | | if topScorePlayerID:
|
| | | topScoreAward = IpyGameDataPY.GetFuncEvalCfg('XMZZAward', 2)
|
| | | PlayerCompensation.SendMailByKey('XMZZTopScore', [topScorePlayerID], topScoreAward, [topScore])
|
| | | SavePKRecord('XMZZ_FirstPlace', [self.XMZZTopPlayerName, self.XMZZTopScore], False)
|
| | | if topScoreAward:
|
| | | PlayerCompensation.SendMailByKey('XMZZTopScore', [topScorePlayerID], topScoreAward, [topScore])
|
| | | SavePKRecord('XMZZ_FirstPlace', [self.XMZZTopPlayerName, self.XMZZTopScore], False)
|
| | |
|
| | | #押注奖励
|
| | | self.BetOverLogic()
|