vip升级检查皮肤红点
This commit is contained in:
parent
f0c42316f7
commit
95fcaa5977
|
@ -3929,13 +3929,17 @@ func (this *Player) GetVIPLevel() int32 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
var b bool
|
||||||
if vip != this.VIP {
|
if vip != this.VIP {
|
||||||
|
b = true
|
||||||
//玩家VIP升级
|
//玩家VIP升级
|
||||||
this.SCVIPInfo()
|
this.SCVIPInfo()
|
||||||
PetMgrSington.CheckSkinRed(this)
|
|
||||||
logger.Logger.Trace("VIP升级!")
|
logger.Logger.Trace("VIP升级!")
|
||||||
}
|
}
|
||||||
this.VIP = vip
|
this.VIP = vip
|
||||||
|
if b {
|
||||||
|
PetMgrSington.CheckSkinRed(this)
|
||||||
|
}
|
||||||
return this.VIP
|
return this.VIP
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue