From f0c42316f7044904acbc41e0589855d1124682bd Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Sat, 10 Aug 2024 00:21:12 +0800 Subject: [PATCH] =?UTF-8?q?vip=E5=8D=87=E7=BA=A7=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E7=9A=AE=E8=82=A4=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 1 + 1 file changed, 1 insertion(+) diff --git a/worldsrv/player.go b/worldsrv/player.go index 896cc14..15c261c 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -3932,6 +3932,7 @@ func (this *Player) GetVIPLevel() int32 { if vip != this.VIP { //玩家VIP升级 this.SCVIPInfo() + PetMgrSington.CheckSkinRed(this) logger.Logger.Trace("VIP升级!") } this.VIP = vip