锦标赛优化

This commit is contained in:
hahwu 2026-04-08 16:38:15 +08:00
parent cd7565473b
commit 7f634596f2

View File

@ -547,6 +547,7 @@ func (p *Player) ChampionshipZeroUpdate() {
items = p.GetChampshipReward(aid)
if len(items) > 0 {
p.SendActivityMail2(items, "backend_championship_mail_title", "backend_championship_mail_content")
p.PushClientRes(p.GetMailMod().BackData())
}
p.PlayMod.getChampshipMod().ZeroUpdate(todayActivityId)
}