Compare commits
No commits in common. "09a609b1b371ff4fafdfa99ca41e3c6dd035e38e" and "893bc4cbbb3435a7a9a5efb75fca0e844edf7ced" have entirely different histories.
09a609b1b3
...
893bc4cbbb
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue