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