From b81109db682d659b9c58093b222f0bc758ab6291 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 27 Apr 2023 17:33:02 +0800 Subject: [PATCH] =?UTF-8?q?gm=20=E6=BB=A1=E8=A7=89=E9=86=92=20=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=A7=89=E9=86=92=E7=AD=89=E7=BA=A7=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hero/module.go b/modules/hero/module.go index bfa7f0aba..849b1e8b1 100644 --- a/modules/hero/module.go +++ b/modules/hero/module.go @@ -669,7 +669,7 @@ func (this *Hero) GetAllMaxHero(session comm.IUserSession) (code pb.ErrorCode) { for i := 1; ; i++ { data := this.configure.GetHeroAwakenConfig(cid, int32(i)) if data == nil { - maxJux = i + maxJux = i - 1 break } }