fix:
修复战斗威望属性没有生效
This commit is contained in:
parent
42601c29fd
commit
ec40da9ad5
@ -279,8 +279,8 @@ export class HeroShared {
|
||||
}
|
||||
|
||||
// 威望加成计算
|
||||
if (otherBuff?.weiwang) {
|
||||
PublicShared.mergeProperty(buff, otherBuff?.weiwang || {});
|
||||
if (otherBuff?.weiwangbuff) {
|
||||
PublicShared.mergeProperty(buff, otherBuff?.weiwangbuff || {});
|
||||
}
|
||||
|
||||
//最后进行加成属性计算
|
||||
|
Loading…
Reference in New Issue
Block a user