vip升级检查皮肤红点

This commit is contained in:
sk 2024-08-10 00:21:12 +08:00
parent 29c71a6efc
commit f0c42316f7
1 changed files with 1 additions and 0 deletions

View File

@ -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