随机机器人宠物技能等级

This commit is contained in:
by 2024-07-23 15:11:49 +08:00
parent 1322a09297
commit 77c2e5683c
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ func (this *Player) OnLogined() {
this.dirty = true
}
} else {
this.VIP = rand.Int31n(16) + 1
this.VIP = rand.Int31n(6) + 1
//机器人随机vip和头像
this.RobRandVip()
}