任务:寻宝和pvp的达成条件都放在开始

This commit is contained in:
luying
2022-02-12 11:37:59 +08:00
parent 597911448a
commit 49a86040e1
5 changed files with 7 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ export const STATUS = {
COM_BATTLE_CE_LIMIT: { code: 20608, simStr: '战力不足' },
COM_BATTLE_JOIN_ERR: { code: 20609, simStr: '加入队伍失败' },
COM_BATTLE_NO_VALID_TEAM: { code: 20610, simStr: '没有合适的队伍' },
COM_BATTLE_TEAM_INVALID: { code: 20611, simStr: '队伍异常' },
COM_BATTLE_TEAM_INVALID: { code: 20611, simStr: '队伍已过期' },
COM_BATTLE_UPDATE_HEROES_ERR: { code: 20612, simStr: '更新阵容失败' },
COM_BATTLE_CAP_ONLY: { code: 20613, simStr: '只有队长可以操作' },
COM_BATTLE_TEAM_NO_READY: { code: 20614, simStr: '队友未准备好' },