🐞 fix(gvg): 联军资源超过等级要求不让收集

This commit is contained in:
luying
2023-06-25 16:31:58 +08:00
parent dfa91782ad
commit c299cb83ec
3 changed files with 27 additions and 2 deletions

View File

@@ -359,6 +359,7 @@ export const STATUS = {
GVG_NOT_ENTER_CITY_TIME: { code: 21342, simStr: '您此时不可进入城池' },
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: '对手未找到' },