🐞 fix(日志): 修复道具日志中来源分类错误

This commit is contained in:
luying
2022-11-01 10:32:01 +08:00
parent 7eb5655680
commit 94beb37f10
4 changed files with 17 additions and 16 deletions
@@ -762,7 +762,7 @@ export class EquipHandler {
let consumeResult = await handleCost(roleId, sid, [
{ id: originJewel.id, seqId: originJewel.seqId},
...dicJewel.inheritConsume
], ITEM_CHANGE_REASON.ACT_DAILY_GK_BATTLE_END);
], ITEM_CHANGE_REASON.JEWEL_INHERIT);
if(!consumeResult) return resResult(STATUS.ROLE_MATERIAL_NOT_ENOUGH);
let newRandSe = getRandSeResult(targetJewel.id, targetJewel.randSe, originJewel.randSe, originJewel.id);