xdh
2018-09-21 9421327ecfa67c72c250991d0dc2ef1e7868c9c6
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()