diff --git a/src/shared/public/hero.ts b/src/shared/public/hero.ts index 0cf2ff2..57b38f2 100644 --- a/src/shared/public/hero.ts +++ b/src/shared/public/hero.ts @@ -291,6 +291,11 @@ export class HeroShared { } } + // 威望加成计算 + if (otherBuff?.weiwangbuff) { + PublicShared.mergeProperty(buff, otherBuff?.weiwangbuff || {}); + } + //最后进行加成属性计算 for (let k in buff) { if (k.indexOf('pro') == -1) continue;