🐞 fix(gvg): 使用连弩添加返回

This commit is contained in:
luying
2023-02-24 18:05:34 +08:00
parent d7b9167e0f
commit a7d27d2ee2

View File

@@ -563,7 +563,7 @@ export class GVGBattleHandler {
await sendMessageToGVGAreaByTeamWithSuc(groupKey, defenseTeam.areaId, PUSH_ROUTE.GVG_TEAM_ATTACKED, {
cityId, areaId: defenseTeam.areaId, attackType: 2, teams: [new GVGTeamInList(defenseTeam), new GVGTeamInList(attackTeam)]
});
return resResult(STATUS.SUCCESS, { curTeam: new MyTeamInfo(attackTeam) });
return resResult(STATUS.SUCCESS, { curTeam: new MyTeamInfo(attackTeam), oppTeam: new MyTeamInfo(defenseTeam) });
}
// 复活队伍