🐞 fix(gvg): 修复gvg激战期离开城池后位置乱了的问题

This commit is contained in:
luying
2023-03-04 10:55:43 +08:00
parent da7ee118c3
commit c591213377
3 changed files with 5 additions and 5 deletions

View File

@@ -387,6 +387,7 @@ export const STATUS = {
GVG_BATTLE_TEAM_REVIVE: { code: 21421, simStr: '队伍复活中' },
GVG_BATTLE_TEAM_LOCK: { code: 21422, simStr: '正在有玩家挑战您,请等待' },
GVG_BATTLE_TEAM_HAS_SELLTED: { code: 21423, simStr: '该编队已驻守据点了' },
GVG_BATTLE_TEAM_LOCK_ENTERY_CITY: { code: 21424, simStr: '正在有玩家挑战您,请稍后切换城池' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },