养成:初始战力推送修复

This commit is contained in:
luying
2021-12-23 11:10:40 +08:00
parent 00dbc6a0e6
commit d9e48a79a6
2 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ export class HeroHandler {
if (!costResult) return resResult(STATUS.ROLE_MATERIAL_NOT_ENOUGH);
let update = {
lv: playerLv > newLv ? newLv : playerLv,
lv: newLv,
exp: newExp
}