🐞 fix(gvg): 队伍复活限制

This commit is contained in:
luying
2023-02-27 21:21:51 +08:00
parent a89692f4ef
commit 82c4149063
2 changed files with 2 additions and 0 deletions

View File

@@ -384,6 +384,7 @@ export const STATUS = {
GVG_POINT_NOT_AREA: { code: 21417, simStr: '您不在该积分点所在区域' },
GVG_TEAM_NOT_NEED_REVIVE: { code: 21418, simStr: '此队伍不需要复活' },
GVG_BATTLE_IS_MOVING_CD: { code: 21403, simStr: '移动冷却中' },
GVG_BATTLE_TEAM_REVIVE: { code: 21404, simStr: '队伍复活中' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },