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

View File

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