Revert " feat(gvg): 遗迹驻扎阵容优化"

This reverts commit 37a0aba5ea.
This commit is contained in:
luying
2023-06-27 15:40:29 +08:00
parent 46e5d1e648
commit d10eacde86
4 changed files with 3 additions and 22 deletions

View File

@@ -360,6 +360,7 @@ export const STATUS = {
GVG_NOT_BATTLE_TIME: { code: 21343, simStr: '您此时只能进驻据点不可挑战' },
GVG_TECH_HAS_PROGRESS: { code: 21344, simStr: '该科技进度不为0' },
GVG_LV_RESOURCE: { code: 21345, simStr: '该联军等级下该资源已满' },
// GVG征战中原
GVG_VESTIGE_ERR: { code: 21350, simStr: '今日未开放该遗迹' },
GVG_VESTIGE_TARGET_NOT_FOUND: { code: 21351, simStr: '对手未找到' },
@@ -373,10 +374,6 @@ export const STATUS = {
GVG_RECEIVE_NO_RANK_REWARD: { code: 21368, simStr: '没有可领取的奖励' },
GVG_VESTIGE_TIME_OUT: { code: 21369, simStr: '今天遗迹已结算,不可再挑战' },
GVG_CANNOT_PREPARE: { code: 21370, simStr: '加入军团当天不可参与备战期' },
GVG_VESTIGE_DEFENSE_MEMBER_CNT: { code: 21371, simStr: '驻扎阵容必须满6人' },
GVG_VESTIGE_LINEUP_CHANGE: { code: 21364, simStr: '驻扎阵容保存后人员不可再变动' },
GVG_SUBHERO_USED_IN_VESTIGE: { code: 21365, simStr: '该武将在遗迹阵容中被使用了不可设为副将' },
// GVG激战期
GVG_BATTLE_TEAM_NOT_FOUND: { code: 21400, simStr: '未找到该编队' },