1
This commit is contained in:
parent
e1efaf1f83
commit
bad3fb7d24
@ -801,7 +801,9 @@ void Buff::ProcDisperse()
|
|||||||
for (int buff_uniid : del_buffs) {
|
for (int buff_uniid : del_buffs) {
|
||||||
owner->RemoveBuffByUniId(buff_uniid);
|
owner->RemoveBuffByUniId(buff_uniid);
|
||||||
}
|
}
|
||||||
owner->TryAddBuff(owner, meta->int_param2);
|
if (!del_buffs.empty()) {
|
||||||
|
owner->TryAddBuff(owner, meta->int_param2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Buff::CalcPassengerShotOffset()
|
void Buff::CalcPassengerShotOffset()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user