diff --git a/worldsrv/action_player.go b/worldsrv/action_player.go index 533e023..0616a79 100644 --- a/worldsrv/action_player.go +++ b/worldsrv/action_player.go @@ -3219,8 +3219,9 @@ func CSUpdateAttribute(s *netlib.Session, packetId int, data interface{}, sid in Remark: "完成引导奖励", }) } + pack.OpRetCode = player_proto.OpResultCode_OPRC_Sucess + send() } - return nil case common.AttributeGuideSkip: if cfg.GetSkip() != common.On { pack.OpRetCode = player_proto.OpResultCode_OPRC_Guide_SkipClose