diff --git a/worldsrv/player.go b/worldsrv/player.go index 2541b75..1e405c5 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -340,6 +340,13 @@ func (this *Player) OnLogined() { this.RandRobotExData() if !this.IsRob { + if isFirstLogin { + cfg := PlatformMgrSingleton.GetConfig(this.Platform).GuideConfig + if cfg == nil || cfg.GetOn() != common.On { + this.GuideStep = -1 + } + } + this.SendJackPotInit() this.GetPayGoodsInfo()