This commit is contained in:
aozhiwei 2022-10-26 10:55:48 +08:00
parent f973e53374
commit dae74c7f05

View File

@ -1288,6 +1288,11 @@ void Buff::ProcCallFunc()
}
}
break;
case 2:
{
owner->GetAbility()->AddSpeedRuduce(meta->param2);
}
break;
default:
{
}
@ -1303,6 +1308,11 @@ void Buff::ProcRemoveCallFunc()
}
break;
case 2:
{
owner->GetAbility()->DelSpeedRuduce(meta->param2);
}
break;
default:
{
}