战力
This commit is contained in:
@@ -92,6 +92,7 @@ export class RoleHandler {
|
||||
if (!result)
|
||||
return resResult(STATUS.BATTLE_CONSUMES_NOT_ENOUGH);
|
||||
await RoleModel.updateRoleInfo(roleId, { title });
|
||||
await calAllHeroCe( sid, roleId, 2, [title]);
|
||||
return resResult(STATUS.SUCCESS, { roleId, title });
|
||||
}
|
||||
|
||||
@@ -284,7 +285,6 @@ export class RoleHandler {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 激活/升级名将谱
|
||||
async activeHeroScroll(msg: { hid: number }, session: BackendSession) {
|
||||
let roleId = session.get('roleId');
|
||||
|
||||
Reference in New Issue
Block a user