fix 锁定消耗

This commit is contained in:
luying
2020-12-18 20:13:45 +08:00
parent e5af16be8e
commit 45a405114c
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -152,6 +152,7 @@ export const STATUS = {
ROLE_EQUIP_NOT_REACH_MAX: { code: 30405, simStr: '强化未达到上限' },
ROLE_EQUIP_CANNOT_RESTRENGTHEN: { code: 30406, simStr: '无属性可以洗炼' },
ROLE_WRONG_ITEM: { code: 30407, simStr: '该道具不可用于该功能' },
ROLE_ALL_SE_LOCK: { code: 30407, simStr: '属性不可全部都锁住' },
EQUIP_NOT_FIND: {code: 30500, simStr: '装备不存在'},
EQUIP_IS_EQUIPED: {code: 30501, simStr: '装备已经穿戴'},