随机机器人宠物技能等级
This commit is contained in:
parent
1322a09297
commit
77c2e5683c
|
|
@ -317,7 +317,7 @@ func (this *Player) OnLogined() {
|
||||||
this.dirty = true
|
this.dirty = true
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.VIP = rand.Int31n(16) + 1
|
this.VIP = rand.Int31n(6) + 1
|
||||||
//机器人随机vip和头像
|
//机器人随机vip和头像
|
||||||
this.RobRandVip()
|
this.RobRandVip()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue