Compare commits

..

No commits in common. "0bff759477b6c6322a919b1fab15d8c09439afda" and "3796a77bbb95a2d403f68c1f8c12e8be79a8c887" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -3929,17 +3929,13 @@ func (this *Player) GetVIPLevel() int32 {
}
}
}
var b bool
if vip != this.VIP {
b = true
//玩家VIP升级
this.SCVIPInfo()
PetMgrSington.CheckSkinRed(this)
logger.Logger.Trace("VIP升级")
}
this.VIP = vip
if b {
PetMgrSington.CheckSkinRed(this)
}
return this.VIP
}