This commit is contained in:
aozhiwei 2023-11-07 16:52:27 +08:00
parent 50edf72f3f
commit ba24a6ce2c

View File

@ -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);
} }