pvp:保存防守阵容错误
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user