Merge branch 'feature/weiwang' into dev
This commit is contained in:
commit
7aaf803fb3
@ -280,8 +280,8 @@ export class HeroShared {
|
||||
}
|
||||
|
||||
// 威望加成计算
|
||||
if (otherBuff?.weiwang) {
|
||||
PublicShared.mergeProperty(buff, otherBuff?.weiwang || {});
|
||||
if (otherBuff?.weiwangbuff) {
|
||||
PublicShared.mergeProperty(buff, otherBuff?.weiwangbuff || {});
|
||||
}
|
||||
|
||||
// 计算皮肤buff
|
||||
|
Loading…
Reference in New Issue
Block a user