Compare commits

..

No commits in common. "01bc6bfd63f644a132432cbb98dfe19a7eac3e02" and "c724b1218216b25baf48d9eb4156879a60ae0be6" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -3219,9 +3219,8 @@ 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
@ -3237,8 +3236,8 @@ func CSUpdateAttribute(s *netlib.Session, packetId int, data interface{}, sid in
}
} else {
pack.OpRetCode = player_proto.OpResultCode_OPRC_Sucess
p.GuideData[msg.GuideId] = int32(msg.Param[0])
send()
p.GuideData[msg.GuideId] = int32(msg.Param[0])
return nil
}
case common.AttributeGuideTest: