武将战力更新,更新表json
This commit is contained in:
@@ -346,7 +346,7 @@ export class HeroHandler {
|
||||
continue;
|
||||
let member = await HeroModel.findByHidAndRole(hid, roleId, false);
|
||||
if (!member)
|
||||
return resResult(STATUS.HERO_NOT_FIND);
|
||||
return resResult(STATUS.ROLE_SHORT_HERO_CONECTION);
|
||||
if (member.star < friendShip.level)
|
||||
return resResult(STATUS.NOT_REACH_UNLOCK_LEVEL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user