皮肤:pvp皮肤字段

This commit is contained in:
luying
2021-10-19 20:04:42 +08:00
parent 75a41aa1ba
commit 76a7608649
4 changed files with 2 additions and 5 deletions
@@ -316,7 +316,7 @@ export class PvpHandler {
let defIndex = findIndex(defHeros, { dataId });
if (defIndex == -1) {
defIndex = defHeros.length;
defHeros.push({ actorId: 0, skinId: 0, order: 0, ce: 0, hero: null, dataId });
defHeros.push({ actorId: 0, order: 0, ce: 0, hero: null, dataId });
}
if (index == -1) {
defHeros[defIndex].actorId = 0;