diff --git a/src/shared/public/hero.ts b/src/shared/public/hero.ts index 4b6a644..07fc0c1 100644 --- a/src/shared/public/hero.ts +++ b/src/shared/public/hero.ts @@ -279,8 +279,8 @@ export class HeroShared { } // 威望加成计算 - if (otherBuff?.weiwang) { - PublicShared.mergeProperty(buff, otherBuff?.weiwang || {}); + if (otherBuff?.weiwangbuff) { + PublicShared.mergeProperty(buff, otherBuff?.weiwangbuff || {}); } //最后进行加成属性计算