1
This commit is contained in:
parent
0dc104abdf
commit
a7c69faee1
@ -78,11 +78,17 @@ func (this *player) parseUserInfo(userInfo *common.UserInfo){
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if this.hasLuckySymbol != 0 {
|
||||||
|
if !found {
|
||||||
|
|
||||||
|
}
|
||||||
|
} else {
|
||||||
if found {
|
if found {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (this *player) parseHeroInfo(heroInfo *common.HeroInfo){
|
func (this *player) parseHeroInfo(heroInfo *common.HeroInfo){
|
||||||
this.hero.heroUniId = heroInfo.HeroUniId
|
this.hero.heroUniId = heroInfo.HeroUniId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user