皮肤:pvp皮肤字段
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user