1
This commit is contained in:
parent
bee91b360a
commit
c23bc0c0e3
@ -1912,7 +1912,7 @@ void CallFuncBuff::AddArmorShield()
|
|||||||
dur_time / FRAME_RATE_MS,
|
dur_time / FRAME_RATE_MS,
|
||||||
[owner = owner, buff_uniid = buff_uniid] (int event, const a8::Args* args) mutable
|
[owner = owner, buff_uniid = buff_uniid] (int event, const a8::Args* args) mutable
|
||||||
{
|
{
|
||||||
if (a8::TIMER_DELETE_EVENT == event) {
|
if (a8::TIMER_EXEC_EVENT == event) {
|
||||||
owner->ClearArmorShield();
|
owner->ClearArmorShield();
|
||||||
owner->RemoveBuffByUniId(buff_uniid);
|
owner->RemoveBuffByUniId(buff_uniid);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user