皮肤: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
@@ -157,7 +157,7 @@ export async function matchPlayers(roleId: string, scale: number, range: number,
let { attribute } = getPlayerAttribute(lv, heroAttrs, roleAttrs);
let heroInfo = {
actorId: hero.actorId,
skinId: hero.skinId,
skinId: h.skinId,
actorName: dicHero.name,
skill:0,
seid:'&',
-1
View File
@@ -36,7 +36,6 @@ export async function initPvpInfo(role: RoleType) {
if (item) defCe += item.ce;
heroes.push({
actorId: item?.hid || 0,
skinId: item?.hid || 0,
hero: item?.hero || null,
ce: item?.ce || 0,
dataId: i,