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