Compare commits

..

No commits in common. "09a609b1b371ff4fafdfa99ca41e3c6dd035e38e" and "893bc4cbbb3435a7a9a5efb75fca0e844edf7ced" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -2276,7 +2276,7 @@ func init() {
retFail("购买记录状态修改失败")
return
}
if player != nil || (player != nil && player.IsOffline()) {
if player != nil {
player.DoShopInfo(info, false)
// 邀请积分
InviteTask(msg.Platform, player.PSnId, info.SnId, common.InviteScoreTypePay, int64(info.ConsumeNum))