This commit is contained in:
aozhiwei 2023-03-14 13:00:18 +08:00
parent 0768c890a0
commit b09352f749

View File

@ -90,7 +90,7 @@ void CallFuncBuff::Activate()
case BuffCallFunc_e::kFlashMoveToPos: case BuffCallFunc_e::kFlashMoveToPos:
{ {
hold_param2_ = meta->GetBuffParam2(this); hold_param2_ = meta->GetBuffParam2(this);
ProcFlashMove(); ProcFlashMoveToPos();
} }
break; break;
default: default: