军团:炼器堂

This commit is contained in:
luying
2022-02-18 16:41:43 +08:00
parent 2773d1d9db
commit e29326856c
14 changed files with 255 additions and 319 deletions

View File

@@ -613,7 +613,7 @@ export class EquipHandler {
let goods: ItemInter[] = [];
for (let { id, count } of origin) {
let dicGoods = getGoodById(id);
let dicGoods = gameData.goods.get(id);
if (!dicGoods) return resResult(STATUS.DIC_DATA_NOT_FOUND);
if (!dicGoods.decomposeItem || dicGoods.decomposeItem.length <= 0) return resResult(STATUS.CONSUME_TYPE_ERR);