锦标赛进度奖励未领0点补发
This commit is contained in:
parent
e3d8f645ce
commit
3556bb41bb
@ -414,6 +414,13 @@ func (p *Player) ZeroUpdate(a []interface{}) {
|
||||
PlayroomMod.ResetWeeklyDiscount()
|
||||
}
|
||||
p.PlayroomBackData()
|
||||
todayActivityId, _ := p.GetChampshipActivityId()
|
||||
DecorateMod := p.PlayMod.getDecorateMod()
|
||||
orderFactor := orderCfg.GetOrderFactor(DecorateMod.GetAreaId())
|
||||
items := p.PlayMod.getChampshipMod().GetReward(todayActivityId, orderFactor)
|
||||
if len(items) > 0 {
|
||||
p.HandleItem(items, msg.ITEM_POP_LABEL_ChampshipReward.String())
|
||||
}
|
||||
p.PlayMod.getChampshipMod().ZeroUpdate()
|
||||
p.InitActivity()
|
||||
p.ActivityZeroUpdate()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user