vip升级检查皮肤红点
This commit is contained in:
parent
29c71a6efc
commit
f0c42316f7
|
@ -3932,6 +3932,7 @@ func (this *Player) GetVIPLevel() int32 {
|
||||||
if vip != this.VIP {
|
if vip != this.VIP {
|
||||||
//玩家VIP升级
|
//玩家VIP升级
|
||||||
this.SCVIPInfo()
|
this.SCVIPInfo()
|
||||||
|
PetMgrSington.CheckSkinRed(this)
|
||||||
logger.Logger.Trace("VIP升级!")
|
logger.Logger.Trace("VIP升级!")
|
||||||
}
|
}
|
||||||
this.VIP = vip
|
this.VIP = vip
|
||||||
|
|
Loading…
Reference in New Issue