羁绊激活bug
This commit is contained in:
parent
0aec9e7eed
commit
015006cd8f
@ -39,7 +39,7 @@ func (this *apiComp) ActivationFetter(session comm.IUserSession, req *pb.Library
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 检查是否有这几个英雄
|
// 检查是否有这几个英雄
|
||||||
c, _ := this.configure.GetFriendData(fetter.Fid, 1)
|
c, _ := this.module.configure.GetFriendData(fetter.Fid, 1)
|
||||||
if len(fetter.Herofetter) != len(c) {
|
if len(fetter.Herofetter) != len(c) {
|
||||||
errdata = &pb.ErrorData{
|
errdata = &pb.ErrorData{
|
||||||
Code: pb.ErrorCode_LibraryNoData,
|
Code: pb.ErrorCode_LibraryNoData,
|
||||||
|
Loading…
Reference in New Issue
Block a user