From ec40da9ad543b8d0963f10e91606bc104296e3f0 Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Thu, 4 Jan 2024 18:08:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=88=98=E6=96=97?= =?UTF-8?q?=E5=A8=81=E6=9C=9B=E5=B1=9E=E6=80=A7=E6=B2=A1=E6=9C=89=E7=94=9F?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/public/hero.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 || {}); } //最后进行加成属性计算