寻宝:添加撤退

This commit is contained in:
luying
2022-10-08 16:43:58 +08:00
parent a2b309cc6d
commit 4a83442a54
3 changed files with 34 additions and 4 deletions

View File

@@ -157,6 +157,7 @@ export const STATUS = {
COM_BATTLE_IS_RUNNING: { code: 20637, simStr: '您有队伍正在进行中' },
COM_BATTLE_INVITE_LV_NOT_ENOUGH: { code: 20638, simStr: '对方队伍等级不足,无法邀请' },
COM_BATTLE_INVITE_CE_LIMIT: { code: 20639, simStr: '对方队伍战力不足,无法邀请' },
COM_BATTLE_RETREAT_ERR: { code: 20640, simStr: '队伍不止单人,不允许撤退' },
// 共斗藏宝图合成
COM_BLUEPRT_QUALITY_CANNOT_COMPOSE: { code: 20650, simStr: '该品质藏宝图不可合成' },
COM_BLUEPRT_COUNT_ERROR: { code: 20651, simStr: '材料数量不足' },