武将拼写错误修改

This commit is contained in:
mamengke01
2020-12-14 18:02:41 +08:00
parent 51e227005f
commit 763b61b867
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ export class HeroHandler {
hero.jobStage = hero.jobStage ++;
//重算战力并下发
let heros = await calPlayerCeAndSave(sid, roleId, [hero], HERO_SYSTEM_TYPE.TRAIN);
return resResult(STATUS.SUCCESS, { hid : heros[0].hid, job : heros[0].job, jobStage : heros[0].jobStage});
return resResult(STATUS.SUCCESS, { hid : heros[0].hid, job : heros[0].job, jobStage: heros[0].jobStage});
}
//进阶