From 7f634596f209d66d013652f8c4bdfee460eadda9 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=A6=E6=A0=87=E8=B5=9B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/activity_func.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/game/activity_func.go b/src/server/game/activity_func.go index 25484996..4337ec07 100644 --- a/src/server/game/activity_func.go +++ b/src/server/game/activity_func.go @@ -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) }