This commit is contained in:
mamengke01
2020-12-18 21:32:10 +08:00
parent e5af16be8e
commit 8bbee53433
10 changed files with 597 additions and 126 deletions

View File

@@ -161,6 +161,8 @@ export const STATUS = {
EQUIP_HOLE_IS_DUG: {code: 30505, simStr: '装备已经打过孔' },
EQUIP_HOLE_IS_NOT_DUG: {code: 30505, simStr: '装备未打过孔' },
JEWEL_IS_NOT_FIND: {code: 30506, simStr: '宝石不存在' },
EQUIP_NOT_FILL_HOLE: {code: 30506, simStr: '未穿戴宝石' },
EQUIP_NOT_EQUIPED_HERO: {code: 30502, simStr: '装备不能被该武将穿戴'},
// 社交相关状态 40000 - 49999
// 运营模块相关状态 50000 - 59999