Compare commits
No commits in common. "01bc6bfd63f644a132432cbb98dfe19a7eac3e02" and "c724b1218216b25baf48d9eb4156879a60ae0be6" have entirely different histories.
01bc6bfd63
...
c724b12182
|
@ -3219,9 +3219,8 @@ func CSUpdateAttribute(s *netlib.Session, packetId int, data interface{}, sid in
|
||||||
Remark: "完成引导奖励",
|
Remark: "完成引导奖励",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
pack.OpRetCode = player_proto.OpResultCode_OPRC_Sucess
|
|
||||||
send()
|
|
||||||
}
|
}
|
||||||
|
return nil
|
||||||
case common.AttributeGuideSkip:
|
case common.AttributeGuideSkip:
|
||||||
if cfg.GetSkip() != common.On {
|
if cfg.GetSkip() != common.On {
|
||||||
pack.OpRetCode = player_proto.OpResultCode_OPRC_Guide_SkipClose
|
pack.OpRetCode = player_proto.OpResultCode_OPRC_Guide_SkipClose
|
||||||
|
@ -3237,8 +3236,8 @@ func CSUpdateAttribute(s *netlib.Session, packetId int, data interface{}, sid in
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pack.OpRetCode = player_proto.OpResultCode_OPRC_Sucess
|
pack.OpRetCode = player_proto.OpResultCode_OPRC_Sucess
|
||||||
p.GuideData[msg.GuideId] = int32(msg.Param[0])
|
|
||||||
send()
|
send()
|
||||||
|
p.GuideData[msg.GuideId] = int32(msg.Param[0])
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
case common.AttributeGuideTest:
|
case common.AttributeGuideTest:
|
||||||
|
|
Loading…
Reference in New Issue