修复战斗威望属性没有生效
This commit is contained in:
xichaoyin 2024-01-04 18:08:05 +08:00
parent 42601c29fd
commit ec40da9ad5

View File

@ -279,8 +279,8 @@ export class HeroShared {
} }
// 威望加成计算 // 威望加成计算
if (otherBuff?.weiwang) { if (otherBuff?.weiwangbuff) {
PublicShared.mergeProperty(buff, otherBuff?.weiwang || {}); PublicShared.mergeProperty(buff, otherBuff?.weiwangbuff || {});
} }
//最后进行加成属性计算 //最后进行加成属性计算