gm 满觉醒 获取觉醒等级问题

This commit is contained in:
meixiongfeng 2023-04-27 17:33:02 +08:00
parent 041bcb7d37
commit b81109db68

View File

@ -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
}
}