Compare commits

..

2 Commits

Author SHA1 Message Date
sk 7d92e5a94c Merge branch 'develop' into release 2024-08-06 16:24:25 +08:00
sk c988804222 皮肤红点通知 2024-08-06 16:24:07 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -3907,6 +3907,7 @@ func (this *Player) GetCurrentVIPExp(vipcfg ...*webapiproto.VIPcfgDataList) (exp
if oldVipLevel != this.VIP { if oldVipLevel != this.VIP {
//玩家VIP升级 //玩家VIP升级
this.SCVIPInfo() this.SCVIPInfo()
PetMgrSington.CheckSkinRed(this)
logger.Logger.Trace("VIP升级") logger.Logger.Trace("VIP升级")
} }
return // 默认 return // 默认