Merge branch 'bugfix' into dev
This commit is contained in:
commit
351f8f7934
@ -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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//计算装备属性
|
//计算装备属性
|
||||||
|
Loading…
Reference in New Issue
Block a user