1
This commit is contained in:
parent
90c8a51cd0
commit
6ad3ea78bb
@ -537,7 +537,7 @@ void CallFuncBuff::ProcLightCircle()
|
||||
&xtimer_attacher);
|
||||
|
||||
{
|
||||
owner->GetTrigger()->AddListener
|
||||
event_handlers_.push_back(owner->GetTrigger()->AddListener
|
||||
(
|
||||
kUseSkillEvent,
|
||||
[this, context] (const a8::Args& args) mutable
|
||||
@ -569,9 +569,9 @@ void CallFuncBuff::ProcLightCircle()
|
||||
&xtimer_attacher);
|
||||
}
|
||||
}
|
||||
);
|
||||
));
|
||||
|
||||
owner->GetTrigger()->AddListener
|
||||
event_handlers_.push_back(owner->GetTrigger()->AddListener
|
||||
(
|
||||
kDieEvent,
|
||||
[this, context] (const a8::Args& args) mutable
|
||||
@ -581,9 +581,9 @@ void CallFuncBuff::ProcLightCircle()
|
||||
context->keep_buff_uniid = 0;
|
||||
}
|
||||
}
|
||||
);
|
||||
));
|
||||
|
||||
owner->GetTrigger()->AddListener
|
||||
event_handlers_.push_back(owner->GetTrigger()->AddListener
|
||||
(
|
||||
kStartJump,
|
||||
[this, context, on_leave] (const a8::Args& args) mutable
|
||||
@ -597,7 +597,7 @@ void CallFuncBuff::ProcLightCircle()
|
||||
context->keep_buff_uniid = 0;
|
||||
}
|
||||
}
|
||||
);
|
||||
));
|
||||
|
||||
owner->GetTrigger()->AddListener
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user