From 928c9d3bdb37bbeb155796b83ce31c9c8b9a6ffb Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 7 Nov 2023 20:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=85=A8=E6=BB=A1=E7=BA=A7?= =?UTF-8?q?=E8=8B=B1=E9=9B=84=20=E5=87=BA=E5=8F=91=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E7=AD=89=E7=BA=A7=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/module.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hero/module.go b/modules/hero/module.go index 7a653f072..0ffa30668 100644 --- a/modules/hero/module.go +++ b/modules/hero/module.go @@ -650,6 +650,7 @@ func (this *Hero) GetAllMaxHero(session comm.IUserSession, bTalent bool) (errdat } //推送 if len(changeHero) > 0 { + this.passon.HeroUpLv(session, changeHero[0].HeroID, changeHero[0].Lv) session.SendMsg("hero", "change", &pb.HeroChangePush{List: changeHero}) } return