1
This commit is contained in:
parent
ac48074909
commit
0dc104abdf
@ -68,6 +68,20 @@ func (this *player) parseUserInfo(userInfo *common.UserInfo){
|
||||
q5.DuckToSimple(userInfo.VipExp, &this.vipExp)
|
||||
q5.DuckToSimple(userInfo.HasVipLucky, &this.hasVipLucky)
|
||||
q5.DuckToSimple(userInfo.HasLuckySymbol, &this.hasLuckySymbol)
|
||||
{
|
||||
found := false
|
||||
index := 0
|
||||
for _, val := range this.battleItems {
|
||||
index++
|
||||
if val.ItemId == 900007 {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
}
|
||||
if found {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func (this *player) parseHeroInfo(heroInfo *common.HeroInfo){
|
||||
|
Loading…
x
Reference in New Issue
Block a user