Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
5944345434
|
@ -4414,7 +4414,8 @@ func (this *Player) UpdateWeekCardData(shopId int32) bool {
|
|||
|
||||
this.WeekCardTime[id] = zeroTime.Unix()
|
||||
this.GetWeekCardAwary(id)
|
||||
|
||||
//周卡统计
|
||||
mq.Write(model.GenerateActivityLog(this.SnId, this.Platform, model.ActivityLog_WeekCard, 1))
|
||||
return true
|
||||
}
|
||||
|
||||
|
@ -4463,7 +4464,7 @@ func (this *Player) GetWeekCardAwary(id int32) {
|
|||
}
|
||||
ret.WeekCard = info
|
||||
this.SendToClient(int(playerproto.PlayerPacketID_PACKET_SCGetWeekCardAwary), ret)
|
||||
mq.Write(model.GenerateActivityLog(this.SnId, this.Platform, model.ActivityLog_WeekCard, 1))
|
||||
mq.Write(model.GenerateActivityLog(this.SnId, this.Platform, model.ActivityLog_WeekCard, 2))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue