pvp:保存防守阵容错误

This commit is contained in:
luying
2021-04-26 18:41:22 +08:00
parent 8c1be43b87
commit bc5c6bbdbe
3 changed files with 4 additions and 4 deletions
@@ -338,9 +338,9 @@ export class PvpHandler {
let isInTop = topLineup.find(cur => cur.hid == hero.actorId);
if(!isInTop) {
hero.actorId = hids.shift();
dataIds.push(hero.dataId);
orders.push(hero.order);
}
dataIds.push(hero.dataId);
orders.push(hero.order);
}
}
for(let hid of hids) {