Merge branch 'bugfix' into dev

This commit is contained in:
dy 2023-12-21 17:34:06 +08:00
commit 351f8f7934

View File

@ -70,6 +70,14 @@ export class HeroShared {
}
}
}
if (otherBuff.model) {
for (let [id, item] of Object.entries(otherBuff.model)) {
if (item.time == -1 || item.time > G.time) {
PublicShared.mergeProperty(buff, G.gc.playerModel[id].buff);
}
}
}
}
//计算装备属性