🐞 fix(gvg): 激战期结算添加返回

This commit is contained in:
luying
2023-02-20 20:46:09 +08:00
parent 5b3747a78e
commit da1a9e5f0f

View File

@@ -499,7 +499,7 @@ export class GVGBattleHandler {
await battleEndSendMessage(groupKey, cityId, defenseTeam, attackTeam);
addBattleEndRec(rec);
return resResult(STATUS.SUCCESS, { curTeam: new MyTeamInfo(attackTeam) });
return resResult(STATUS.SUCCESS, { curTeam: new MyTeamInfo(attackTeam), oppTeam: new MyTeamInfo(defenseTeam) });
}
// 使用道具