重复英雄校验

This commit is contained in:
meixiongfeng 2023-03-02 18:05:03 +08:00
parent ffe178cd36
commit fcb15060c4

View File

@ -101,7 +101,10 @@ func (this *Hero) createRepeatHero(session comm.IUserSession, heroCfgId string,
return return
} }
if err != nil {
code = pb.ErrorCode_HeroCreate code = pb.ErrorCode_HeroCreate
}
return return
} }