Compare commits
2 Commits
c724b12182
...
01bc6bfd63
Author | SHA1 | Date |
---|---|---|
|
01bc6bfd63 | |
|
cbfb53a8f1 |
|
@ -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
|
||||
|
@ -3236,8 +3237,8 @@ func CSUpdateAttribute(s *netlib.Session, packetId int, data interface{}, sid in
|
|||
}
|
||||
} else {
|
||||
pack.OpRetCode = player_proto.OpResultCode_OPRC_Sucess
|
||||
send()
|
||||
p.GuideData[msg.GuideId] = int32(msg.Param[0])
|
||||
send()
|
||||
return nil
|
||||
}
|
||||
case common.AttributeGuideTest:
|
||||
|
|
Loading…
Reference in New Issue