🐞 fix(gvg): 投石车积分点不可驻守

This commit is contained in:
luying
2023-03-07 19:55:46 +08:00
parent f82fa33ba9
commit bf2a409a93
2 changed files with 3 additions and 1 deletions

View File

@@ -388,6 +388,7 @@ export const STATUS = {
GVG_BATTLE_TEAM_LOCK: { code: 21422, simStr: '正在有玩家挑战您,请等待' },
GVG_BATTLE_TEAM_HAS_SELLTED: { code: 21423, simStr: '该编队已驻守据点了' },
GVG_BATTLE_TEAM_LOCK_ENTERY_CITY: { code: 21424, simStr: '正在有玩家挑战您,请稍后切换城池' },
GVG_POINT_TYPE_ERR: { code: 21425, simStr: '改积分点不可驻守' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },