This commit is contained in:
aozhiwei 2022-11-16 10:22:23 +08:00
parent e1efaf1f83
commit bad3fb7d24

View File

@ -801,8 +801,10 @@ void Buff::ProcDisperse()
for (int buff_uniid : del_buffs) {
owner->RemoveBuffByUniId(buff_uniid);
}
if (!del_buffs.empty()) {
owner->TryAddBuff(owner, meta->int_param2);
}
}
void Buff::CalcPassengerShotOffset()
{