From 77c2e5683c7d7cd21131f9037f6748fb314bba4c Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Tue, 23 Jul 2024 15:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E5=AE=A0=E7=89=A9=E6=8A=80=E8=83=BD=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/player.go b/worldsrv/player.go index 97d219e..c481b2d 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -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() }