This commit is contained in:
aozhiwei 2024-10-15 19:21:49 +08:00
parent 0dc104abdf
commit a7c69faee1

View File

@ -78,11 +78,17 @@ func (this *player) parseUserInfo(userInfo *common.UserInfo){
break
}
}
if this.hasLuckySymbol != 0 {
if !found {
}
} else {
if found {
}
}
}
}
func (this *player) parseHeroInfo(heroInfo *common.HeroInfo){
this.hero.heroUniId = heroInfo.HeroUniId