神像进阶

This commit is contained in:
mamengke01
2020-12-26 14:20:42 +08:00
parent 667c85e686
commit a3c5f6b57f

View File

@@ -145,7 +145,7 @@ export class RoleHandler {
teraph[attrName] = 0;
}
teraph.grade++;
if (!getTeraph(index, teraph.grade))
if (!getTeraph(id, teraph.grade))
return resResult(STATUS.DIC_DATA_NOT_FOUND)
let consumes = teraphInfo.upGradeMaterial;
let result = await handleCost(roleId, sid, consumes);