1
This commit is contained in:
parent
50edf72f3f
commit
ba24a6ce2c
@ -1122,5 +1122,15 @@ void CallFuncBuff::RangeHoldBuff()
|
|||||||
|
|
||||||
void CallFuncBuff::PlayFlyEffect()
|
void CallFuncBuff::PlayFlyEffect()
|
||||||
{
|
{
|
||||||
|
if (GetCaster().Get()) {
|
||||||
|
owner->room->frame_event.AddPropChgEx
|
||||||
|
(GetCaster(),
|
||||||
|
kPropFlyEffect,
|
||||||
|
meta->_int_buff_param1,
|
||||||
|
owner->GetUniId(),
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0);
|
||||||
|
}
|
||||||
owner->TryAddBuff(GetCaster().Get(), meta->_int_buff_param4, skill_meta);
|
owner->TryAddBuff(GetCaster().Get(), meta->_int_buff_param4, skill_meta);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user