🐞 fix(gvg): 激战期结算添加返回
This commit is contained in:
@@ -499,7 +499,7 @@ export class GVGBattleHandler {
|
|||||||
await battleEndSendMessage(groupKey, cityId, defenseTeam, attackTeam);
|
await battleEndSendMessage(groupKey, cityId, defenseTeam, attackTeam);
|
||||||
addBattleEndRec(rec);
|
addBattleEndRec(rec);
|
||||||
|
|
||||||
return resResult(STATUS.SUCCESS, { curTeam: new MyTeamInfo(attackTeam) });
|
return resResult(STATUS.SUCCESS, { curTeam: new MyTeamInfo(attackTeam), oppTeam: new MyTeamInfo(defenseTeam) });
|
||||||
}
|
}
|
||||||
|
|
||||||
// 使用道具
|
// 使用道具
|
||||||
|
|||||||
Reference in New Issue
Block a user