xdh
2018-09-21 79af0ddc0c8b3e2a09418284677c6a9517854a29
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerXMZZ.py
@@ -473,8 +473,9 @@
        #第一积分奖励
        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()