This commit is contained in:
aozhiwei 2024-01-29 15:11:01 +08:00
parent 857b27d76c
commit 98ed61cd66

View File

@ -513,7 +513,7 @@ void CallFuncBuff::ProcAddHp()
void CallFuncBuff::ProcFlashMoveToPos()
{
float x = hold_param2_;
float x = meta->GetBuffParam2(this);
float y = meta->GetBuffParam3(this);
float z = meta->GetBuffParam4(this);